[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



Title: GitLab

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
    fixup! Firefox preference overrides.
    
    Bug 241: Move network.proxy.failover_direct=false pref to base-browser
    

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
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits