Revert "拦截配置调整。"

This reverts commit 8e091b1185.
pull/287/head
王良 2024-04-01 10:46:53 +08:00
parent 8e091b1185
commit 760f87b3f8
1 changed files with 4 additions and 0 deletions

View File

@ -124,6 +124,10 @@ module.exports = {
'private-user-images.githubusercontent.com': {
'.*': {
sni: 'baidu.com'
},
'^/.*\\.png(\\?.*)?$': {
cacheDays: 365,
desc: '用户在PR或issue等内容中上传的图片缓存1年。注每张图片都有唯一的ID不会重复可以安心缓存'
}
},
'avatars.githubusercontent.com': {