richard pushed to branch mullvad-browser-115.11.0esr-13.5-1 at The Tor Project / Applications / Mullvad Browser
Commits:
-
5ee488b0
by Richard Pospesel at 2024-05-13T13:48:40+00:00
1 changed file:
Changes:
... | ... | @@ -454,6 +454,8 @@ pref("network.protocol-handler.warn-external.snews", true); |
454 | 454 | pref("network.protocol-handler.warn-external.ms-windows-store", true);
|
455 | 455 | #endif
|
456 | 456 | pref("network.proxy.allow_bypass", false, locked); // #40682
|
457 | +// Bug 40548: Disable proxy-bypass
|
|
458 | +pref("network.proxy.failover_direct", false, locked);
|
|
457 | 459 | // Lock to 'true', which is already the firefox default, to prevent users
|
458 | 460 | // from making themselves fingerprintable by disabling. This pref
|
459 | 461 | // alters content load order in a page. See tor-browser#24686
|