Skip to content

Commit

Permalink
Enforces datareporting.policy.dataSubmissionPolicyBypassNotification
Browse files Browse the repository at this point in the history
to completely disable telemetry (by preventing new data submission)
  • Loading branch information
Samuel FORESTIER committed Oct 20, 2023
1 parent 5f36f85 commit f49fc7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion user.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,10 @@ user_pref("extensions.htmlaboutaddons.recommendations.enabled", false);
/** TELEMETRY ***/
/* 0330: disable new data submission [FF41+]
* If disabled, no policy is shown or upload takes place, ever
* [1] https://bugzilla.mozilla.org/1195552 ***/
* [1] https://bugzilla.mozilla.org/1195552
* [2] https://searchfox.org/comm-esr115/source/mail/components/telemetry/README.md#165 ***/
user_pref("datareporting.policy.dataSubmissionEnabled", false);
user_pref("datareporting.policy.dataSubmissionPolicyBypassNotification", true);
/* 0331: disable Health Reports
* [SETTING] Privacy & Security > Thunderbird Data Collection and Use > Allow Thunderbird to send technical... ***/
user_pref("datareporting.healthreport.uploadEnabled", false);
Expand Down

0 comments on commit f49fc7d

Please sign in to comment.