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

[tor-commits] [tor-browser/tor-browser-91.3.0esr-11.5-1] squash! TB4: Tor Browser's Firefox preference overrides.



commit 01b005b184438bd7bc57b90da1f0c4fc693449b5
Author: Nicolas Vigier <boklm@xxxxxxxxxxxxxx>
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", "");

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