pull/88/head
parent
18f37af56d
commit
1b0a8980d1
|
@ -97,14 +97,15 @@ module.exports = {
|
||||||
},
|
},
|
||||||
'ajax.googleapis.com': {
|
'ajax.googleapis.com': {
|
||||||
'.*': {
|
'.*': {
|
||||||
proxy: 'ajax.loli.net',
|
proxy: 'gapis.geekzu.org',
|
||||||
|
backup: ['fonts.loli.net'],
|
||||||
test: 'ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js'
|
test: 'ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'fonts.googleapis.com': {
|
'fonts.googleapis.com': {
|
||||||
'.*': {
|
'.*': {
|
||||||
proxy: 'fonts.loli.net',
|
proxy: 'fonts.geekzu.org',
|
||||||
backup: ['fonts.proxy.ustclug.org'],
|
backup: ['fonts.loli.net'],
|
||||||
test: 'https://fonts.googleapis.com/css?family=Oswald'
|
test: 'https://fonts.googleapis.com/css?family=Oswald'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue