Browse Source

perf: 恢复fastgit asserts的proxy

pull/192/head
xiaojunnuo 3 years ago
parent
commit
eae8915a01
  1. 6
      packages/core/src/config/remote_config.json5

6
packages/core/src/config/remote_config.json5

@ -3,10 +3,8 @@
intercepts: { intercepts: {
'github.githubassets.com': { 'github.githubassets.com': {
'.*': { '.*': {
// proxy: 'assets.fastgit.org', proxy: 'assets.fastgit.org',
// sni: null, sni: null,
proxy: 'github.githubassets.com',
sni: null
} }
} }
}, },

Loading…
Cancel
Save