撤回部分配置的调整。
parent
82fe010aa4
commit
d05af45f3e
|
@ -50,11 +50,6 @@ module.exports = {
|
|||
enabled: true
|
||||
},
|
||||
intercepts: {
|
||||
'*': {
|
||||
'/.*': {
|
||||
options: true
|
||||
}
|
||||
},
|
||||
'github.com': {
|
||||
'/.*/.*/releases/download/': {
|
||||
redirect: 'gh.api.99988866.xyz/https://github.com',
|
||||
|
@ -231,6 +226,9 @@ module.exports = {
|
|||
}
|
||||
},
|
||||
whiteList: {
|
||||
'*.cn': true,
|
||||
'cn.*': true,
|
||||
'*china*': true,
|
||||
'*.dingtalk.com': true,
|
||||
'*.apple.com': true,
|
||||
'*.microsoft.com': true,
|
||||
|
|
|
@ -58,6 +58,11 @@ module.exports = {
|
|||
excludeIpList: {
|
||||
// region 常用国内可访问域名
|
||||
|
||||
// 中国大陆
|
||||
'*.cn': true,
|
||||
'cn.*': true,
|
||||
'*china*': true,
|
||||
|
||||
// 系统之家
|
||||
'*.xitongzhijia.net': true,
|
||||
|
||||
|
|
Loading…
Reference in New Issue