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
1 changed file:
Changes:
| ... | ... | @@ -459,8 +459,12 @@ pref("privacy.purge_trackers.enabled", false); |
| 459 | 459 | // credentials dialogs. Hardens against potential credentials phishing.
|
| 460 | 460 | pref("network.auth.subresource-http-auth-allow", 1);
|
| 461 | 461 | |
| 462 | +// tor-browser#42684: Disable network prefetch
|
|
| 462 | 463 | pref("network.dns.disablePrefetch", true);
|
| 463 | 464 | pref("network.dns.disablePrefetchFromHTTPS", true);
|
| 465 | +pref("dom.prefetch_dns_for_anchor_http_document", false);
|
|
| 466 | +pref("dom.prefetch_dns_for_anchor_https_document", false);
|
|
| 467 | + |
|
| 464 | 468 | pref("network.protocol-handler.external-default", false);
|
| 465 | 469 | pref("network.protocol-handler.external.mailto", false);
|
| 466 | 470 | pref("network.protocol-handler.external.news", false);
|