perf: 恢复fastgit asserts的proxy
parent
f51b76dd2d
commit
eae8915a01
|
@ -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…
Reference in New Issue