Skip to content
Snippets Groups Projects
Commit 3d923dc2 authored by Dan Ballard's avatar Dan Ballard Committed by Richard Pospesel
Browse files

fixup! Firefox preference overrides.

privacy-browser#17: disable do not track


(cherry picked from commit f5d35ce6)
parent 7def1d4e
No related branches found
No related tags found
No related merge requests found
......@@ -148,6 +148,7 @@ pref("browser.newtabpage.enabled", false);
pref("browser.search.region", "US"); // The next two prefs disable GeoIP search lookups (#16254)
pref("browser.search.geoip.url", "");
pref("browser.fixup.alternate.enabled", false); // Bug #16783: Prevent .onion fixups
pref("privacy.donottrackheader.enabled", false); // (privacy-browser#17)
// Make sure there is no Tracking Protection active in Tor Browser, see: #17898.
pref("privacy.trackingprotection.enabled", false);
pref("privacy.trackingprotection.pbmode.enabled", false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment