Disabled telemetry

This commit is contained in:
Jan Horak 2020-10-23 11:50:20 +02:00
parent a818ffcbaf
commit 14aa15c9b8

View File

@ -32,4 +32,5 @@ pref("security.use_mozillapkix_verification", false);
pref("intl.locale.requested", "");
/* Disable telemetry */
pref("datareporting.healthreport.uploadEnabled", false);
pref("datareporting.policy.dataSubmissionEnabled", false);
pref("toolkit.telemetry.archive.enabled", false);