Enable <a ping> by default
Categories
(Core :: DOM: Navigation, enhancement)
Tracking
()
People
(Reporter: ttaubert, Unassigned)
References
(Depends on 3 open bugs, Blocks 1 open bug, )
Details
(Keywords: dev-doc-needed, webcompat:platform-bug, Whiteboard: [tw-dom])
Attachments
(1 file)
1.48 KB,
patch
|
dougt
:
review-
|
Details | Diff | Splinter Review |
Comment 1•11 years ago
|
||
Reporter | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
Comment 7•11 years ago
|
||
Comment 8•11 years ago
|
||
Comment 9•11 years ago
|
||
Comment 10•11 years ago
|
||
Comment 11•11 years ago
|
||
Comment 12•11 years ago
|
||
Comment 13•11 years ago
|
||
Comment 16•11 years ago
|
||
Comment 18•11 years ago
|
||
Comment 19•11 years ago
|
||
Comment 20•11 years ago
|
||
Comment 21•11 years ago
|
||
Reporter | ||
Comment 22•11 years ago
|
||
Reporter | ||
Updated•11 years ago
|
Comment 24•11 years ago
|
||
Comment 26•11 years ago
|
||
Comment 27•11 years ago
|
||
Reporter | ||
Comment 28•11 years ago
|
||
Reporter | ||
Comment 29•11 years ago
|
||
Comment 30•11 years ago
|
||
Comment 31•11 years ago
|
||
Comment hidden (typo) |
Comment hidden (typo) |
Reporter | ||
Updated•11 years ago
|
Updated•11 years ago
|
Reporter | ||
Updated•11 years ago
|
Reporter | ||
Updated•11 years ago
|
Comment 35•10 years ago
|
||
Comment 36•10 years ago
|
||
Reporter | ||
Comment 37•10 years ago
|
||
Comment 38•10 years ago
|
||
Reporter | ||
Comment 39•10 years ago
|
||
Updated•10 years ago
|
Comment 40•10 years ago
|
||
Comment 41•10 years ago
|
||
Comment 43•7 years ago
|
||
Comment 44•6 years ago
|
||
Kyle, do we still care about this bug?
Comment 45•6 years ago
|
||
Yes, we do. I believe comment 42 is still accurate.
Comment 46•6 years ago
|
||
To help with step 1 of comment 42 and requirements noted in the spec:
- https://bugzilla.mozilla.org/show_bug.cgi?id=401352 notes the unimplemented requirement that users be given visibility that a background auditing side effect will take place;
- https://bugzilla.mozilla.org/show_bug.cgi?id=1546198 notes the unimplemented requirement that users have a control to alter or adjust this behavior
These requirements are noted in
https://www.w3.org/TR/html53/links.html#hyperlink-auditing and
https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing
With slightly different text in each, both specs provide some suggestions on user controls and user visibility and both note that the potential privacy advantages of <a ping>
depend on implementing those requirements. Without implementing these requirements, users risk having less visibility into and control over tracking of their online behavior and sites that don't track this kind of user activity may lose a relative performance advantage.
Updated•6 years ago
|
Comment 48•6 years ago
|
||
ping URLs are already restricted by the user's Tracking Protection setting applicable to the document, which is good and helps meet user expectations. You can confirm using the third link on https://www.jeffersonscher.com/res/pingtest.html in a regular vs. private window.
Is there any thought that aRequireSameHost might be forced to true (overriding browser.send_pings.require_same_host = false) if the user has set custom Content Blocking settings for Cookies to either:
- Third-party trackers (network.cookie.cookieBehavior = 4)
- All third-party cookies (network.cookie.cookieBehavior = 1)
Cookies and pings are not the same thing, but I suspect users would have the same thought process for both.
Comment 49•5 years ago
|
||
Any update on this?
Updated•3 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•5 months ago
|
Updated•5 months ago
|
Description
•