Merge remote-tracking branch 'upstream/master' into OPTIONS_interceptor

# Conflicts:
#	packages/core/src/config/index.js
pull/280/head
王良 2024-03-26 14:24:58 +08:00
commit 07aac0ec68
3 changed files with 7 additions and 2 deletions

View File

@ -265,6 +265,7 @@ module.exports = {
}
},
mapping: {
'*.github.com': 'quad9',
'*github*.com': 'quad9',
'*.github.io': 'quad9',
'*.docker.com': 'quad9',

View File

@ -43,6 +43,7 @@
"plugin": {
"overwall": {
"targets": {
"*.github.com": true,
"*github*.com": true,
"*.wikimedia.org": true,
"v2ex.com": true,

View File

@ -12,7 +12,7 @@ module.exports = {
targets: {
'*github*.com': true,
'*.wikimedia.org': true,
'*.v2ex.com': true,
'v2ex.com': true,
'*.azureedge.net': true,
'*.cloudfront.net': true,
'*.bing.com': true,
@ -35,7 +35,10 @@ module.exports = {
'*.intlify.dev': true,
'*.segment.io': true,
'*.shields.io': true,
'*.jsdelivr.net': true
'*.jsdelivr.net': true,
'*.openai.com': true,
'*.chatgpt.com': true,
'*.oaistatic.com': true
},
pac: {
enabled: true,