commit 73f8c9d6ca176bdb67c52092c47b20795ca2165e Author: Nicolas Vigier boklm@torproject.org Date: Fri Nov 26 10:01:18 2021 +0100
squash! TB4: Tor Browser's Firefox preference overrides.
Bug 40682: Disable network.proxy.allow_bypass --- browser/app/profile/000-tor-browser.js | 1 + 1 file changed, 1 insertion(+)
diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js index 8a278cc48b4a..5e715361371a 100644 --- a/browser/app/profile/000-tor-browser.js +++ b/browser/app/profile/000-tor-browser.js @@ -209,6 +209,7 @@ pref("network.protocol-handler.warn-external.mailto", true); pref("network.protocol-handler.warn-external.news", true); pref("network.protocol-handler.warn-external.nntp", true); pref("network.protocol-handler.warn-external.snews", true); +pref("network.proxy.allow_bypass", false); // #40682 // Make sure we don't have any GIO supported protocols (defense in depth // measure) pref("network.gio.supported-protocols", "");