[tor-commits] [Git][tpo/applications/tor-browser][base-browser-102.7.0esr-12.0-1] fixup! Firefox preference overrides.
Richard Pospesel (@richard)
git at gitlab.torproject.org
Thu Jan 19 22:21:44 UTC 2023
Richard Pospesel pushed to branch base-browser-102.7.0esr-12.0-1 at The Tor Project / Applications / Tor Browser
Commits:
caf2d28a by Dan Ballard at 2023-01-19T22:21:41+00:00
fixup! Firefox preference overrides.
privacy-browser#17: disable do not track
(cherry picked from commit f5d35ce628bac6b978420536321836294d9e3cf1)
(cherry picked from commit 3d923dc21e52ca31705e26898330a5d5f659d999)
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -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);
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/caf2d28a6637663507b2223b0a3454a6b22f6c5f
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/caf2d28a6637663507b2223b0a3454a6b22f6c5f
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/tor-commits/attachments/20230119/7ce916e7/attachment.htm>
More information about the tor-commits
mailing list