撤回部分代码。

pull/375/head
王良 2024-10-11 15:56:38 +08:00
parent 22fd8e7d92
commit a1a4bd12a7
1 changed files with 8 additions and 5 deletions

View File

@ -118,11 +118,6 @@ module.exports = {
desc: '仓库内脚本重定向改为代理并设置响应头Content-Type。作用方便script拦截器直接使用避免引起跨域问题和脚本内容限制问题。'
}
},
'*.github.com': {
'.*': {
sni: 'baidu.com'
}
},
'github-releases.githubusercontent.com': {
'.*': {
sni: 'baidu.com'
@ -142,6 +137,11 @@ module.exports = {
sni: 'baidu.com'
}
},
'collector.github.com': {
'.*': {
sni: 'baidu.com'
}
},
'customer-stories-feed.github.com': {
'.*': { proxy: 'customer-stories-feed.fastgit.org' }
},
@ -181,6 +181,9 @@ module.exports = {
'^/_private/browser/stats$': {
success: true,
desc: 'github的访问速度分析上传没有必要直接返回成功'
},
'.*': {
sni: 'baidu.com'
}
},
'*.docker.com': {