summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSukhbir Singh <sukhbir@torproject.org>2016-07-02 13:11:17 -0400
committerSukhbir Singh <sukhbir@torproject.org>2016-07-02 13:11:17 -0400
commitb2f6a45bdfebe71072bd9c791a92383ecc087dc2 (patch)
treeaf2489dee3fefa3d78499525eadb10b49f8de639
parent9204ddc23dbb6bf755af91a933f2a3fb210ba0d2 (diff)
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.
-rw-r--r--components/torbirdy.js2
1 files changed, 0 insertions, 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.