morgan pushed to branch mullvad-browser-128.2.0esr-14.0-1 at The Tor Project /
Applications / Mullvad Browser
Commits:
cb96eb04 by Henry Wilkes at 2024-09-16T18:07:55+00:00
fixup! Firefox preference overrides.
Bug 42777: Ensure non-privacy browsing also sets the GPC header.
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -662,6 +662,11 @@ pref("privacy.query_stripping.enabled", true);
pref("privacy.query_stripping.enabled.pbmode", true);
pref("privacy.query_stripping.strip_on_share.enabled", true);
+// Ensure global privacy control headers are consistent in private browsing and
+// non-private browsing (tor-browser#42777).
+pref("privacy.globalprivacycontrol.enabled", true);
+pref("privacy.globalprivacycontrol.pbmode.enabled", true);
+
// Disable platform text recogniition functionality (tor-browser#42057)
pref("dom.text-recognition.enabled", false);
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/cb96eb047ee5b59d037dfbc26403b29806a94f18
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/cb96eb047ee5b59d037dfbc26403b29806a94f18
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tbb-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tbb-commits