mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Added new CDN: PageCDN
This commit is contained in:
@@ -209,6 +209,8 @@ helpers.determineCdnName = function (domainName) {
|
||||
return 'Akamai WebCDN';
|
||||
case 'netdna.bootstrapcdn.com':
|
||||
return 'NetDNA';
|
||||
case 'pagecdn.io':
|
||||
return 'PageCDN';
|
||||
default:
|
||||
return 'Unknown';
|
||||
}
|
||||
|
Reference in New Issue
Block a user