Merge remote-tracking branch 'upstream/master'

pull/312/head
王良 2024-07-08 12:01:45 +08:00
commit 6af96e2630
2 changed files with 10 additions and 1 deletions

View File

@ -36,7 +36,10 @@
"proxy": {
"excludeIpList": {
// Github文件上传所使用的域名被DS代理会导致文件上传经常失败从系统代理中排除掉
"objects-origin.githubusercontent.com": true
"objects-origin.githubusercontent.com": true,
// cloudflare排除以下域名cloudflare的人机校验会更快成功率更高。
"challenges.cloudflare.com": true
}
},
"plugin": {

View File

@ -176,6 +176,12 @@ module.exports = {
// 网站ICP备案查询
'*.icpapi.com': true,
// Github文件上传所使用的域名被DS代理会导致文件上传经常失败从系统代理中排除掉
'objects-origin.githubusercontent.com': true,
// cloudflare排除以下域名cloudflare的人机校验会更快成功率更高。
'challenges.cloudflare.com': true,
// endregion
// 本地地址,无需代理