-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 anchor ping attribute #764
Comments
Is this already disabled on browser-laptop? |
@bbondy yes it's disabled in muon |
Verification passed on
|
Went through verification using the following build under
Started a web server via
Opened
@LaurenWags also verified this on macOS 10.12.6 x64. Verification passed on
|
From here: #13 (comment)
Description
This attribute has been known to track users cross domain
Steps to Reproduce
poc.html
<a href="https://www.w3schools.com/html" ping="<address_of_webserver>">Test</a>
python -m SimpleHTTPServer
Actual result:
A request attempt when the link is clicked
Expected result:
No requests
Reproduces how often:
100%
Brave version (about:brave info)
Brave | 0.54.0 Chromium: 69.0.3497.32 (Official Build) dev (64-bit)
Reproducible on current release:
Yes
The text was updated successfully, but these errors were encountered: