1
0
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:
nobody
2020-06-06 14:05:41 +02:00
parent f16e456c5b
commit 419d729406
3 changed files with 9 additions and 2 deletions

View File

@@ -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';
}