浏览代码

disable Telemetry Coverage (#589)

Thorin-Oakenpants 6 年之前
父节点
当前提交
9d6bfb650c
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      user.js

+ 3 - 0
user.js

@@ -232,6 +232,9 @@ user_pref("datareporting.healthreport.uploadEnabled", false);
  * If disabled, no policy is shown or upload takes place, ever
  * If disabled, no policy is shown or upload takes place, ever
  * [1] https://bugzilla.mozilla.org/1195552 ***/
  * [1] https://bugzilla.mozilla.org/1195552 ***/
 user_pref("datareporting.policy.dataSubmissionEnabled", false);
 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 ***/
 /* 0350: disable crash reports ***/
 user_pref("breakpad.reportURL", "");
 user_pref("breakpad.reportURL", "");
 /* 0351: disable sending of crash reports ***/
 /* 0351: disable sending of crash reports ***/