[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-128.3.0esr-14.0-1] fixup! Bug 40562: Added Tor Browser preferences to 000-tor-browser.js

morgan (@morgan) git at gitlab.torproject.org
Fri Oct 4 00:46:40 UTC 2024



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


Commits:
ba2f51a4 by Morgan at 2024-10-04T00:41:54+00:00
fixup! Bug 40562: Added Tor Browser preferences to 000-tor-browser.js

Bug 43170: Disable user-agent spoofing in HTTP header

- - - - -


1 changed file:

- browser/app/profile/000-tor-browser.js


Changes:

=====================================
browser/app/profile/000-tor-browser.js
=====================================
@@ -52,9 +52,8 @@ pref("network.http.connection-retry-timeout", 0);
 // be reduced to the strictly required time).
 pref("extensions.torbutton.use_nontor_proxy", false);
 
-// tor-browser#42647: Make OS HTTP User-Agent OS spoofing configurable by pref
-// TODO: flip to false when we're happy this is not a privacy issue
-pref("privacy.resistFingerprinting.spoofOsInUserAgentHeader", true);
+// tor-browser#43170: Disable user-agent spoofing in HTTP header
+pref("privacy.resistFingerprinting.spoofOsInUserAgentHeader", false);
 
 // Browser home page:
 pref("browser.startup.homepage", "about:tor");



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/ba2f51a439584cc3497886ab061a77dd9faff837

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/ba2f51a439584cc3497886ab061a77dd9faff837
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/20241004/35d6c4a0/attachment.htm>


More information about the tor-commits mailing list