From c0e5609d441c615493be9d3e61518d3f3c86619e Mon Sep 17 00:00:00 2001 From: ilyaigpetrov Date: Thu, 1 Jul 2021 09:06:13 +0000 Subject: [PATCH] Give WARP SOCKS5 priority, WARP HTTPS doens't work in FireFox --- .../src/extension-common/35-pac-kitchen-api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/chromium/runet-censorship-bypass/src/extension-common/35-pac-kitchen-api.js b/extensions/chromium/runet-censorship-bypass/src/extension-common/35-pac-kitchen-api.js index 784f400..47aa1fe 100644 --- a/extensions/chromium/runet-censorship-bypass/src/extension-common/35-pac-kitchen-api.js +++ b/extensions/chromium/runet-censorship-bypass/src/extension-common/35-pac-kitchen-api.js @@ -253,7 +253,7 @@ } } if (self.ifUseLocalWarp) { - self.warpPoints = ['HTTPS localhost:40000', 'SOCKS5 localhost:40000']; + self.warpPoints = ['SOCKS5 localhost:40000', 'HTTPS localhost:40000']; customProxyArray.push(...self.warpPoints); } if (self.ifUseLocalTor) {