Enforces `datareporting.policy.dataSubmissionPolicyBypassNotification`

to completely disable telemetry (by preventing new data submission)
This commit is contained in:
Samuel FORESTIER 2023-10-20 14:32:06 +02:00 committed by Samuel FORESTIER
parent 088da14f7e
commit 3996c279fd
1 changed files with 3 additions and 1 deletions

View File

@ -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);