Skip to content
Snippets Groups Projects
Verified Commit 95b169e4 authored by morgan's avatar morgan :smile_cat: Committed by Pier Angelo Vendrame
Browse files

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

set privacy.resistFingerprinting.spoofOsInUserAgentHeader to true for now
parent 28e249c8
Branches
Tags
1 merge request!1222Bug 43166: Rebased alpha onto 128.3.0esr
......@@ -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 to comment