Skip to content

Commit

Permalink
调整系统代理配置
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Apr 10, 2024
1 parent a7dd755 commit 106769c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/modules/proxy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ module.exports = {
'*.qpic.com': true,
'*.qlogo.com': true,
'*.myapp.com': true,
'*.myqcloud.com': true,

// 阿里
'*.aliyun.com': true,
Expand Down Expand Up @@ -120,7 +119,6 @@ module.exports = {
'*.maven.org': true,
// Maven Repository
'*.mvnrepository.com': true,
'challenges.cloudflare.com': true, // 在访问 mvnrepository.com 的人机校验时使用,国内可直接访问,所以不需要代理,代理了反而变慢了。

// 苹果
'*.apple.com': true,
Expand All @@ -136,6 +134,8 @@ module.exports = {

// WPS
'*.wps.com': true,
'*.wps.net': true,
'*.ksord.com': true,

// 奇虎
'*.qihoo.com': true,
Expand Down

0 comments on commit 106769c

Please sign in to comment.