[tbb-commits] [Git][tpo/applications/tor-browser][base-browser-115.2.0esr-13.0-1] fixup! Firefox preference overrides.
richard (@richard)
git at gitlab.torproject.org
Tue Aug 29 19:52:36 UTC 2023
richard pushed to branch base-browser-115.2.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
649fb5b7 by Pier Angelo Vendrame at 2023-08-29T19:52:12+00:00
fixup! Firefox preference overrides.
Bug 41797: Lock RFP in release builds
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -266,7 +266,12 @@ pref("dom.serviceWorkers.enabled", false);
pref("dom.push.enabled", false);
// Fingerprinting
+// tor-browser#41797: For release builds, lock RFP
+#if MOZ_UPDATE_CHANNEL == release
+pref("privacy.resistFingerprinting", true, locked);
+#else
pref("privacy.resistFingerprinting", true);
+#endif
// tor-browser#18603: failIfMajorPerformanceCaveat is an optional attribute that
// can be used when creating a WebGL context if the browser detects that the
// performance would be low. That could be used to fingerpting users with a not
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/649fb5b712d8ae2c26efe6a3050c33ee0a0d1fc0
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/649fb5b712d8ae2c26efe6a3050c33ee0a0d1fc0
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/20230829/d4685361/attachment.htm>
More information about the tbb-commits
mailing list