mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-10 19:46:34 +03:00
Give WARP SOCKS5 priority, WARP HTTPS doens't work in FireFox
This commit is contained in:
parent
c496fe1030
commit
c0e5609d44
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user