Give WARP SOCKS5 priority, WARP HTTPS doens't work in FireFox

This commit is contained in:
ilyaigpetrov 2021-07-01 09:06:13 +00:00
parent c496fe1030
commit c0e5609d44

View File

@ -253,7 +253,7 @@
} }
} }
if (self.ifUseLocalWarp) { if (self.ifUseLocalWarp) {
self.warpPoints = ['HTTPS localhost:40000', 'SOCKS5 localhost:40000']; self.warpPoints = ['SOCKS5 localhost:40000', 'HTTPS localhost:40000'];
customProxyArray.push(...self.warpPoints); customProxyArray.push(...self.warpPoints);
} }
if (self.ifUseLocalTor) { if (self.ifUseLocalTor) {