mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2025-02-07 23:30:36 +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) {
|
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) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user