Commit 7a86968c by chencong

添加插件代理pac文件

parent fe73fd6f
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -5561,7 +5561,7 @@ var rules = [ ...@@ -5561,7 +5561,7 @@ var rules = [
var lastRule = ''; var lastRule = '';
function FindProxyForURL(url, host) { function FindProxyForURL(url, host) {
if (shExpMatch(url, "https:*weixin.sogou.com*") && window.isInner) { if (shExpMatch(url, "https:*weixin.sogou.com*")) {
return "PROXY 192.168.0.36:31128"; return "PROXY 192.168.0.36:31128";
} }
for (var i = 0; i < rules.length; i++) { 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