[tor-commits] [torbirdy/develop] Revert setting no_proxies_on to an empty string
sukhbir at torproject.org
sukhbir at torproject.org
Fri Nov 25 05:54:49 UTC 2016
commit b2f6a45bdfebe71072bd9c791a92383ecc087dc2
Author: Sukhbir Singh <sukhbir at torproject.org>
Date: Sat Jul 2 13:11:17 2016 -0400
Revert setting no_proxies_on to an empty string
This breaks certain configurations and actually doesn't give us much benefit;
reverting to the Firefox/Thunderbird default.
---
components/torbirdy.js | 2 --
1 file changed, 2 deletions(-)
diff --git a/components/torbirdy.js b/components/torbirdy.js
index d4743e0..11015b9 100644
--- a/components/torbirdy.js
+++ b/components/torbirdy.js
@@ -37,8 +37,6 @@ var TorBirdyPrefs = {
// Use a manual proxy configuration.
"network.proxy.type": 1,
- // https://bugs.torproject.org/10419
- "network.proxy.no_proxies_on": "",
// Restrict TBB ports.
"network.security.ports.banned": "9050,9051,9150,9151",
// Number of seconds to wait before attempting to recontact an unresponsive proxy server.
More information about the tor-commits
mailing list