Skip to content
Snippets Groups Projects
Verified Commit 912d21fe 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 e5817a1a
Branches
Tags
1 merge request!1037Bug 42614: Rebased onto 115.12
......@@ -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