Skip to content

Commit

Permalink
Give WARP SOCKS5 priority, WARP HTTPS doens't work in FireFox
Browse files Browse the repository at this point in the history
ilyaigpetrov committed Jul 1, 2021
1 parent c496fe1 commit c0e5609
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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) {

0 comments on commit c0e5609

Please sign in to comment.