[tbb-commits] [Git][tpo/applications/tor-browser][base-browser-102.7.0esr-12.5-1] fixup! Firefox preference overrides.
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Wed Jan 18 18:01:24 UTC 2023
Pier Angelo Vendrame pushed to branch base-browser-102.7.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
7582b85e by Dan Ballard at 2023-01-18T18:01:21+00:00
fixup! Firefox preference overrides.
privacy-browser#17: disable do not track
(cherry picked from commit f5d35ce628bac6b978420536321836294d9e3cf1)
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -151,6 +151,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);
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/7582b85e499cd2ed1624b26504b64e9e784306bb
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/7582b85e499cd2ed1624b26504b64e9e784306bb
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20230118/a87ae580/attachment-0001.htm>
More information about the tbb-commits
mailing list