richard pushed to branch mullvad-browser-115.11.0esr-13.5-1 at The Tor Project / Applications / Mullvad Browser

Commits:

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -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