mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Fixed #38
This commit is contained in:
@ -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';
|
||||
}
|
||||
|
Reference in New Issue
Block a user