[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-128.2.0esr-14.0-1] fixup! Firefox preference overrides.

ma1 (@ma1) git at gitlab.torproject.org
Sat Aug 31 02:17:37 UTC 2024



ma1 pushed to branch tor-browser-128.2.0esr-14.0-1 at The Tor Project / Applications / Tor Browser


Commits:
546ec417 by Morgan at 2024-08-29T23:43:47+00:00
fixup! Firefox preference overrides.

Bug 42684: Disable network prefetch

- - - - -


1 changed file:

- browser/app/profile/001-base-profile.js


Changes:

=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -459,8 +459,12 @@ pref("privacy.purge_trackers.enabled", false);
 // credentials dialogs. Hardens against potential credentials phishing.
 pref("network.auth.subresource-http-auth-allow", 1);
 
+// tor-browser#42684: Disable network prefetch
 pref("network.dns.disablePrefetch", true);
 pref("network.dns.disablePrefetchFromHTTPS", true);
+pref("dom.prefetch_dns_for_anchor_http_document", false);
+pref("dom.prefetch_dns_for_anchor_https_document", false);
+
 pref("network.protocol-handler.external-default", false);
 pref("network.protocol-handler.external.mailto", false);
 pref("network.protocol-handler.external.news", false);



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/546ec41759db8929db2b40547c4259e9dd58023f

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/546ec41759db8929db2b40547c4259e9dd58023f
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/20240831/a5bc5ad7/attachment-0001.htm>


More information about the tor-commits mailing list