Commit 639e137d authored by Georg Koppen's avatar Georg Koppen
Browse files

fixup! TB4: Tor Browser's Firefox preference overrides.

We want to make sure Tracking Protection is disabled in Private Browsing
Mode (PBM) (as well). While that feature is disabled in non-PBM Mozilla
ships this enabled in its private mode we use.
parent 306b395c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -88,6 +88,8 @@ pref("browser.search.countryCode", "US"); // The next three prefs disable GeoIP
pref("browser.search.region", "US");
pref("browser.search.geoip.url", "");
pref("browser.fixup.alternate.enabled", false); // Bug #16783: Prevent .onion fixups
// Make sure there is no Tracking Protection active in Tor Browser, see: #17898.
pref("privacy.trackingprotection.pbmode.enabled", false);

// Fingerprinting
pref("webgl.min_capability_mode", true);