Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable navigator.sendBeacon and <a ping> #573

Open
jumde opened this issue Jul 17, 2018 · 3 comments
Open

Disable navigator.sendBeacon and <a ping> #573

jumde opened this issue Jul 17, 2018 · 3 comments

Comments

@jumde
Copy link
Contributor

@jumde jumde commented Jul 17, 2018

Used by trackers.

@jumde
Copy link
Contributor Author

@jumde jumde commented Jul 17, 2018

STR:

>navigator.sendBeacon('https://apple.com', '');
>true
  1. Load URL with:
<a href="https://www.w3schools.com/html" ping="https://www.apple.com/">Test</a>

You should see a network connection to apple.com

@da2x
Copy link

@da2x da2x commented Oct 28, 2018

Note that sendBeacon is a generic method for POSTing deferred network connections and is not exclusively used by tracking. Disabling it will break websites.

@tomlowenthal tomlowenthal added this to Untriaged Backlog in Security & Privacy Oct 31, 2018
@tomlowenthal tomlowenthal removed this from Untriaged Backlog in Security & Privacy Oct 31, 2018
@tomlowenthal tomlowenthal added this to P3, P4, & P5 Backlog in Shields Nov 6, 2018
@rebron rebron modified the milestone: 1.x Backlog Feb 7, 2019
@rebron rebron modified the milestone: 1.x Backlog Feb 7, 2019
@juliusza

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Shields
  
Feature Backlog
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
6 participants
You can’t perform that action at this time.