mirror of
https://github.com/arkenfox/user.js.git
synced 2025-08-05 14:04:10 -04:00
Turn off sending daily pings to Mozilla
This commit is contained in:
parent
7f852e94fc
commit
d6ee3c024e
1 changed files with 3 additions and 0 deletions
3
user.js
3
user.js
|
@ -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!");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue