optimize: 1)白名单中,添加 `192.168.*`;2)系统代理排除列表中,添加 `*.navicat.com`。
parent
17b79ac2ef
commit
a4e648a4ce
|
@ -340,7 +340,8 @@ module.exports = {
|
||||||
'*.microsoft.com': true,
|
'*.microsoft.com': true,
|
||||||
'*.alipay.com': true,
|
'*.alipay.com': true,
|
||||||
'*.qq.com': true,
|
'*.qq.com': true,
|
||||||
'*.baidu.com': true
|
'*.baidu.com': true,
|
||||||
|
'192.168.*': true
|
||||||
},
|
},
|
||||||
sniList: {
|
sniList: {
|
||||||
// 'github.com': 'abaidu.com'
|
// 'github.com': 'abaidu.com'
|
||||||
|
|
|
@ -186,6 +186,9 @@ module.exports = {
|
||||||
// 网站ICP备案查询
|
// 网站ICP备案查询
|
||||||
'*.icpapi.com': true,
|
'*.icpapi.com': true,
|
||||||
|
|
||||||
|
// Navicat
|
||||||
|
'*.navicat.com': true,
|
||||||
|
|
||||||
// Github文件上传所使用的域名,被DS代理会导致文件上传经常失败,从系统代理中排除掉
|
// Github文件上传所使用的域名,被DS代理会导致文件上传经常失败,从系统代理中排除掉
|
||||||
'objects-origin.githubusercontent.com': true,
|
'objects-origin.githubusercontent.com': true,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue