Skip to content
Snippets Groups Projects
Commit fd5b26f4 authored by morgan's avatar morgan :smile_cat:
Browse files

fixup! Bug 40562: Added Tor Browser preferences to 000-tor-browser.js

set privacy.resistFingerprinting.spoofOsInUserAgentHeader to true for now
parent 7212e70e
Branches
Tags
2 merge requests!1202Bug_43099: 2024 YEC Strings,!1160Bug 42647: Disable OS spoofing in HTTP User-Agent.
Pipeline #200593 passed
......@@ -52,6 +52,10 @@ 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);
// Browser home page:
pref("browser.startup.homepage", "about:tor");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment