[tbb-commits] [Git][tpo/applications/tor-browser][tor-browser-102.8.0esr-12.0-1] fixup! Firefox preference overrides.
Richard Pospesel (@richard)
git at gitlab.torproject.org
Fri Feb 10 13:17:07 UTC 2023
Richard Pospesel pushed to branch tor-browser-102.8.0esr-12.0-1 at The Tor Project / Applications / Tor Browser
Commits:
1003e89a by Pier Angelo Vendrame at 2023-02-10T13:17:04+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/1003e89a6ab2846033c24761d077bce3b4aeb0fa
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/1003e89a6ab2846033c24761d077bce3b4aeb0fa
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/tbb-commits/attachments/20230210/25ea5556/attachment-0001.htm>
More information about the tbb-commits
mailing list