拦截配置调整。

pull/287/head
王良 2024-04-01 10:45:00 +08:00
parent 35eb4fac77
commit 8e091b1185
1 changed files with 0 additions and 4 deletions

View File

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