Enable BTP "stateless" mode by default when BTP is active
Categories
(Core :: Privacy: Anti-Tracking, task, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox145 | --- | fixed |
People
(Reporter: emz, Assigned: emz)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
This is for setting the pref privacy.bounceTrackingProtection.requireStatefulBounces to false unconditionally here: https://searchfox.org/firefox-main/rev/529fecf1aff6e290cac16b106edfb656db6f5088/modules/libpref/init/StaticPrefList.yaml#16622-16626
| Assignee | ||
Comment 1•3 months ago
|
||
Updated•3 months ago
|
Comment 3•3 months ago
|
||
| bugherder | ||
Updated•3 months ago
|
Comment 5•2 months ago
|
||
I initially planned to write a MDN page on bounce tracking protection (potentially including stateless mode), but haven't done so in ~1 year and would like to delegate to technical writers.
Resources:
- Bounce tracking spec: https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking-mitigations
- Explainer: https://github.com/privacycg/nav-tracking-mitigations/blob/b28a3a7479f6f5c68ebfe344f53fb924cc093065/explainers/bounce-tracking-mitigations.md
- source-docs: https://firefox-source-docs.mozilla.org/toolkit/components/antitracking/anti-tracking/bounce-tracking-protection/
- Privacy sandbox: https://privacysandbox.google.com/protections/bounce-tracking-mitigations
- It is set to "Continue to support" in Chrome: https://privacysandbox.google.com/overview/status
Current MDN doc about redirect protection in Firefox: https://developer.mozilla.org/en-US/docs/Web/Privacy/Guides/Redirect_tracking_protection
We still do that, however the new mechanism is intended as a non-list based approach that works the same cross-browser. I think a page next to that one called "Bounce Tracking Protection" is desired.
The stateless variant got merged into the spec here: https://github.com/privacycg/nav-tracking-mitigations/pull/95. So we probably don't need to differentiate between stateful and stateless on the mdn page.
Thanks!
Comment 6•2 months ago
|
||
(In reply to Manuel Bucher [:manuel] from comment #5)
I think a page next to that one called "Bounce Tracking Protection" is desired.
The MDN changes can be tracked here: https://github.com/mdn/content/issues/41819
Can you please check the guide at https://developer.mozilla.org/en-US/docs/Web/Privacy/Guides/Bounce_tracking_mitigations and provide feedback in the linked GitHub issue if there's any improvements or clarifications needed? Thank you!
Comment 7•2 months ago
|
||
(In reply to Brian Thomas Smith [bsmth] from comment #6)
(In reply to Manuel Bucher [:manuel] from comment #5)
I think a page next to that one called "Bounce Tracking Protection" is desired.
The MDN changes can be tracked here: https://github.com/mdn/content/issues/41819
Can you please check the guide at https://developer.mozilla.org/en-US/docs/Web/Privacy/Guides/Bounce_tracking_mitigations and provide feedback in the linked GitHub issue if there's any improvements or clarifications needed? Thank you!
I've made changes to the article to add Firefox support details in https://github.com/mdn/content/pull/41950. I'd love your feedback on the article. Thanks!
Updated•2 months ago
|
Comment 8•2 months ago
|
||
Provided feedback in https://github.com/mdn/content/pull/41950#pullrequestreview-3468039432
Comment 9•1 month ago
|
||
Thanks, Manuel! I've responded to all your comments in the PR. Please let me know what you think of the updates.
Comment 10•1 month ago
•
|
||
Responded in discussion and added a comment. Looks good overall :)
Comment 11•1 month ago
|
||
Thanks, both! Setting to dev-doc-complete now.
Description
•