1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00
This commit is contained in:
nobody42
2020-03-29 16:16:21 +02:00
parent 1f31b7b4c1
commit 751f37bd83
3 changed files with 22 additions and 16 deletions

View File

@ -194,6 +194,8 @@ helpers.determineCdnName = function (domainName) {
return 'Cloudflare CDN';
case 'akamai-webcdn.kgstatic.net':
return 'Akamai WebCDN';
case 'netdna.bootstrapcdn.com':
return 'NetDNA';
default:
return 'Unknown';
}