[tor-commits] [Git][tpo/applications/tor-browser][base-browser-102.8.0esr-12.0-1] fixup! Firefox preference overrides.

Richard Pospesel (@richard) git at gitlab.torproject.org
Fri Feb 10 13:16:50 UTC 2023



Richard Pospesel pushed to branch base-browser-102.8.0esr-12.0-1 at The Tor Project / Applications / Tor Browser


Commits:
93005d94 by Pier Angelo Vendrame at 2023-02-10T13:16:45+00:00
fixup! Firefox preference overrides.

Document why we are locking toolkit.telemetry.enabled.


(cherry picked from commit 933d8c65af7f04677f7bc0ec672088f66ed0a9c9)
- - - - -


1 changed file:

- browser/app/profile/001-base-profile.js


Changes:

=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -116,6 +116,7 @@ pref("datareporting.healthreport.uploadEnabled", false);
 pref("datareporting.policy.dataSubmissionEnabled", false);
 // Make sure Unified Telemetry is really disabled, see: #18738.
 pref("toolkit.telemetry.unified", false);
+// This needs to be locked, or nightly builds will automatically lock it to true
 pref("toolkit.telemetry.enabled", false, locked);
 pref("toolkit.telemetry.server", "data:,");
 pref("toolkit.telemetry.archive.enabled", false);



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/93005d94a2ed7c43c4a963eb558f03a8f37933a0

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/93005d94a2ed7c43c4a963eb558f03a8f37933a0
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20230210/7fd4b172/attachment.htm>


More information about the tor-commits mailing list