disable Telemetry Coverage (#589)
This commit is contained in:
parent
ccdd4decf0
commit
9d6bfb650c
3
user.js
3
user.js
@ -232,6 +232,9 @@ user_pref("datareporting.healthreport.uploadEnabled", false);
|
||||
* If disabled, no policy is shown or upload takes place, ever
|
||||
* [1] https://bugzilla.mozilla.org/1195552 ***/
|
||||
user_pref("datareporting.policy.dataSubmissionEnabled", false);
|
||||
/* 0335: disable Telemetry Coverage [FF64+]
|
||||
* [1] https://blog.mozilla.org/data/2018/08/20/effectively-measuring-search-in-firefox/ ***/
|
||||
user_pref("toolkit.coverage.opt-out", true); // [HIDDEN PREF]
|
||||
/* 0350: disable crash reports ***/
|
||||
user_pref("breakpad.reportURL", "");
|
||||
/* 0351: disable sending of crash reports ***/
|
||||
|
Loading…
Reference in New Issue
Block a user