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

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



morgan pushed to branch tor-browser-128.2.0esr-14.0-1 at The Tor Project / Applications / Tor Browser


Commits:
192b9bf7 by Henry Wilkes at 2024-09-16T18:02:12+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
=====================================
@@ -666,6 +666,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/tor-browser/-/commit/192b9bf7b32242c15ccd2d568ab0cf077fc1dc26

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/192b9bf7b32242c15ccd2d568ab0cf077fc1dc26
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/4d7e3aa7/attachment-0001.htm>


More information about the tor-commits mailing list