optimize: 1)白名单中,添加 `192.168.*`;2)系统代理排除列表中,添加 `*.navicat.com`。

pull/352/head
王良 2024-09-11 12:09:32 +08:00
parent 17b79ac2ef
commit a4e648a4ce
2 changed files with 5 additions and 1 deletions

View File

@ -340,7 +340,8 @@ module.exports = {
'*.microsoft.com': true,
'*.alipay.com': true,
'*.qq.com': true,
'*.baidu.com': true
'*.baidu.com': true,
'192.168.*': true
},
sniList: {
// 'github.com': 'abaidu.com'

View File

@ -186,6 +186,9 @@ module.exports = {
// 网站ICP备案查询
'*.icpapi.com': true,
// Navicat
'*.navicat.com': true,
// Github文件上传所使用的域名被DS代理会导致文件上传经常失败从系统代理中排除掉
'objects-origin.githubusercontent.com': true,