Richard Pospesel pushed to branch tor-browser-102.7.0esr-12.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
3d923dc2
by Dan Ballard at 2023-01-19T22:21:07+00:00
1 changed file:
Changes:
... | ... | @@ -148,6 +148,7 @@ pref("browser.newtabpage.enabled", false); |
148 | 148 | pref("browser.search.region", "US"); // The next two prefs disable GeoIP search lookups (#16254)
|
149 | 149 | pref("browser.search.geoip.url", "");
|
150 | 150 | pref("browser.fixup.alternate.enabled", false); // Bug #16783: Prevent .onion fixups
|
151 | +pref("privacy.donottrackheader.enabled", false); // (privacy-browser#17)
|
|
151 | 152 | // Make sure there is no Tracking Protection active in Tor Browser, see: #17898.
|
152 | 153 | pref("privacy.trackingprotection.enabled", false);
|
153 | 154 | pref("privacy.trackingprotection.pbmode.enabled", false);
|