[tor-commits] [tor-browser] branch geckoview-99.0b3-11.5-2 updated: squash! TB4: Tor Browser's Firefox preference overrides.
gitolite role
git at cupani.torproject.org
Thu May 12 16:55:12 UTC 2022
This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch geckoview-99.0b3-11.5-2
in repository tor-browser.
The following commit(s) were added to refs/heads/geckoview-99.0b3-11.5-2 by this push:
new 2fbebf5fc3278 squash! TB4: Tor Browser's Firefox preference overrides.
2fbebf5fc3278 is described below
commit 2fbebf5fc3278f97ad31421d6d004d92dffc987a
Author: Pier Angelo Vendrame <pierov at torproject.org>
AuthorDate: Mon May 9 12:22:01 2022 +0200
squash! TB4: Tor Browser's Firefox preference overrides.
Bug 40682: Set network.proxy.allow_bypass to false
---
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 cc716dd5a6b76..9629e2ee848e1 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -208,6 +208,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", "");
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the tor-commits
mailing list