Skip to content
Snippets Groups Projects
Commit 593d72e7 authored by Richard Pospesel's avatar Richard Pospesel Committed by Pier Angelo Vendrame
Browse files

fixup! Firefox preference overrides.

Bug 241: Move network.proxy.failover_direct=false pref to base-browser
parent 31189103
Branches
No related tags found
1 merge request!1043Bug 42616: Rebased alpha onto Firefox 128.0b1
......@@ -444,6 +444,8 @@ pref("network.protocol-handler.warn-external.snews", true);
pref("network.protocol-handler.warn-external.ms-windows-store", true);
#endif
pref("network.proxy.allow_bypass", false, locked); // #40682
// Bug 40548: Disable proxy-bypass
pref("network.proxy.failover_direct", false, locked);
// Lock to 'true', which is already the firefox default, to prevent users
// from making themselves fingerprintable by disabling. This pref
// alters content load order in a page. See tor-browser#24686
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment