1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Added CDN: www.gstatic.com (#167)

This commit is contained in:
nobody
2020-11-08 21:25:13 +01:00
parent 628bba2e35
commit c23fc4365e
4 changed files with 11 additions and 1 deletions

View File

@ -264,7 +264,8 @@ const CDNs = {
'gitcdn.github.io': 'GitHub',
'cdn.bootcdn.net': 'BootCDN #2',
'vjs.zencdn.net': 'Video.js CDN',
'cdn.plyr.io': 'Plyr CDN'
'cdn.plyr.io': 'Plyr CDN',
'www.gstatic.com': 'gstatic.com',
};
// Supported charsets for TextDecoder()