Unverified Commit d1cdfe8d authored by boklm's avatar boklm
Browse files

settings.js: don't check network.proxy.socks_port

While running the test suite, we are bootstrapping tor on a non
default port, so we changing the value of this setting (using the
TOR_SOCKS_PORT environment variable), which makes the test fail.
parent 8a84d22b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -102,7 +102,6 @@ const SETTINGS = {

    // Proxy and proxy security
    "network.proxy.socks": "127.0.0.1",
    "network.proxy.socks_port": 9150,
    "network.proxy.socks_remote_dns": true,
    "network.proxy.no_proxies_on": "", // For fingerprinting and local service vulns (#10419)
    "network.proxy.type": 1,