Commit fe73fd6f by chencong

pac

parent 8aeded55
......@@ -5561,7 +5561,7 @@ var rules = [
var lastRule = '';
function FindProxyForURL(url, host) {
if (shExpMatch(url, "https:*weixin.sogou.com*")) {
if (shExpMatch(url, "https:*weixin.sogou.com*") && window.isInner) {
return "PROXY 192.168.0.36:31128";
}
for (var i = 0; i < rules.length; i++) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment