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

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



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


Commits:
94077be2 by Morgan at 2024-08-31T10:23:33+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/mullvad-browser/-/commit/94077be2f328349698a5b2bc790918692fdfc30d

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/94077be2f328349698a5b2bc790918692fdfc30d
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/aa2a8133/attachment-0001.htm>


More information about the tor-commits mailing list