Turn off sending daily pings to Mozilla

This commit is contained in:
Raf 2025-07-17 01:09:15 +06:00 committed by GitHub
parent 7f852e94fc
commit d6ee3c024e
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.coverage.opt-out", true); // [FF64+] [HIDDEN PREF]
user_pref("toolkit.coverage.endpoint.base", "");
/* 8504: disable Usage Pings
* [SETTING] Privacy & Security>Firefox Data Collection and Use>Send daily usage ping to Mozilla ***/
user_pref("datareporting.usage.uploadEnabled", false);
/*** [SECTION 9000]: NON-PROJECT RELATED ***/
user_pref("_user.js.parrot", "9000 syntax error: the parrot's cashed in 'is chips!");