Turn off an advertising reporting feature

The "dom.private-attribution.submission.enabled" preference controls a feature called "Privacy-Preserving Attribution" co-developed by Mozilla and Meta. This feature creates privacy risks that normal product telemetry does not.
This commit is contained in:
Don Marti 2025-06-08 08:31:17 -07:00 committed by GitHub
parent 7f852e94fc
commit 879ded177b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1223,6 +1223,9 @@ user_pref("toolkit.telemetry.firstShutdownPing.enabled", false); // [FF57+]
user_pref("toolkit.telemetry.coverage.opt-out", true); // [HIDDEN PREF] user_pref("toolkit.telemetry.coverage.opt-out", true); // [HIDDEN PREF]
user_pref("toolkit.coverage.opt-out", true); // [FF64+] [HIDDEN PREF] user_pref("toolkit.coverage.opt-out", true); // [FF64+] [HIDDEN PREF]
user_pref("toolkit.coverage.endpoint.base", ""); user_pref("toolkit.coverage.endpoint.base", "");
/* 8504: disable advertising reporting
* [1] https://www.privacyguides.org/articles/2024/07/14/mozilla-disappoints-us-yet-again-2/ ***/
user_pref("dom.private-attribution.submission.enabled", false);
/*** [SECTION 9000]: NON-PROJECT RELATED ***/ /*** [SECTION 9000]: NON-PROJECT RELATED ***/
user_pref("_user.js.parrot", "9000 syntax error: the parrot's cashed in 'is chips!"); user_pref("_user.js.parrot", "9000 syntax error: the parrot's cashed in 'is chips!");