Browse Source

远程配置:将github文件上传域名配置到系统代理排除列表中:objects-origin.githubusercontent.com

pull/311/head
王良 7 months ago
parent
commit
166ccd13a1
  1. 2
      packages/core/src/config/remote_config.json5

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

@ -35,6 +35,8 @@
},
"proxy": {
"excludeIpList": {
// Github文件上传所使用的域名,被DS代理会导致文件上传经常失败,从系统代理中排除掉
"objects-origin.githubusercontent.com": true
}
},
"plugin": {

Loading…
Cancel
Save