Add a pref that allows users to disable all automated anti-tracking webcompat heuristics and skiplists
Categories
(Core :: Privacy: Anti-Tracking, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox93 | --- | fixed |
People
(Reporter: englehardt, Assigned: emz)
References
(Blocks 3 open bugs)
Details
Attachments
(2 files, 1 obsolete file)
We often face a tradeoff between uncompromising privacy features and web compatibility. To get sites working under stricter defaults, we've landed on the general approach of trying to detect the user's intent and automatically relaxing protections when we think the user is trying to achieve something that tracking protection would otherwise break.
This is great for most users, but there are certainly powerusers that would prefer Firefox to never unblock tracking without their explicit approval. It would be great to give these users a checkbox
Here are examples:
- The cookie blocking heuristics
- The 5 automatic grants when requestStorageAccess is called.
- dFPI's automatic grants (not documented yet)
- Content blocking script shimming's automatic relaxation of Facebook script blocking when a user interacts with a Facebook login button
Ideally all of these get tied to a single pref that's then controlled by a checkbox in the Custom mode of ETP. The checkbox should be default-on.
Reporter | ||
Comment 1•4 years ago
|
||
For the storage access API we also have dom.storage_access.auto_grants
and dom.storage_access.max_concurrent_auto_grants
which can help.
Updated•4 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
Assignee | ||
Comment 3•3 years ago
|
||
Depends on D123614
Updated•3 years ago
|
Assignee | ||
Comment 4•3 years ago
|
||
Depends on D123615
Comment 6•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e5483fd469ab
https://hg.mozilla.org/mozilla-central/rev/10c2109adc3f
Assignee | ||
Updated•3 years ago
|
Comment 7•3 years ago
|
||
Comment on attachment 9238027 [details]
Bug 1683165 - UI for the anti-tracking webcompat pref in about:preferences#privacy. r=johannh,timhuang
Revision D123663 was moved to bug 1728110. Setting attachment 9238027 [details] to obsolete.
Description
•