ma1 pushed to branch base-browser-128.2.0esr-14.0-1 at The Tor Project /
Applications / Tor Browser
Commits:
e02979b1 by Morgan at 2024-08-31T10:23:24+08: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/e02979b1e43a0ab8e670cc65a8ec36dd678c07ef
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/e02979b1e43a0ab8e670cc65a8ec36dd678c07ef
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tbb-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tbb-commits