commit 01b005b184438bd7bc57b90da1f0c4fc693449b5 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 c4cafdd76747..3d80b234ddc9 100644 --- a/browser/app/profile/000-tor-browser.js +++ b/browser/app/profile/000-tor-browser.js @@ -240,6 +240,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", "");
tbb-commits@lists.torproject.org