[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-128.2.0esr-14.0-1] fixup! Firefox preference overrides.

morgan (@morgan) git at gitlab.torproject.org
Mon Sep 16 18:08:12 UTC 2024



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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20240916/fc25c5bc/attachment-0001.htm>


More information about the tor-commits mailing list