梯子配置调整,移除 `*.oaistatic.com`,代理了它反而导致ChatGPT页面报错了。

pull/287/head
王良 2024-04-01 10:43:41 +08:00
parent 8b54345bc1
commit 35eb4fac77
1 changed files with 1 additions and 2 deletions

View File

@ -38,8 +38,7 @@ module.exports = {
'*.shields.io': true,
'*.jsdelivr.net': true,
'*.openai.com': true,
'*.chatgpt.com': true,
'*.oaistatic.com': true
'*.chatgpt.com': true
},
pac: {
enabled: true,