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

Updated: cdn.jsdelivr.net (UNPKG)

This commit is contained in:
nobody
2020-03-16 15:25:18 +01:00
parent 9020366591
commit 03af7a00ec
3 changed files with 41 additions and 2 deletions

View File

@@ -155,7 +155,7 @@ helpers.determineCdnName = function (domainName) {
case 'code.jquery.com':
return 'jQuery CDN (MaxCDN)';
case 'cdn.jsdelivr.net':
return 'jsDelivr (MaxCDN)';
return 'jsDelivr (Cloudflare)';
case 'yastatic.net':
return 'Yandex CDN';
case 'yandex.st':
@@ -174,6 +174,8 @@ helpers.determineCdnName = function (domainName) {
return 'Geekzu Public Service [Mirror]';
case 'ajax.proxy.ustclug.org':
return 'USTC Linux User Group [Mirror]';
case 'unpkg.com':
return 'UNPKG (Cloudflare)';
case 'stackpath.bootstrapcdn.com':
return 'StackPath BootstrapCDN';
case 'maxcdn.bootstrapcdn.com':