1
1
mirror of https://github.com/arkenfox/user.js.git synced 2024-09-26 02:30:42 +02:00

disable Telemetry Coverage (#589)

This commit is contained in:
Thorin-Oakenpants 2018-12-13 00:29:29 +13:00 committed by GitHub
parent ccdd4decf0
commit 9d6bfb650c
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ***/