Added Domain name for maxcdn.bootstrapcdn.com

This commit is contained in:
nobody 2020-03-12 09:23:55 +01:00
parent 214641ca95
commit d863a6dd47
No known key found for this signature in database
GPG Key ID: AB5145CF05BFE119
1 changed files with 2 additions and 0 deletions

View File

@ -176,6 +176,8 @@ helpers.determineCdnName = function (domainName) {
return 'USTC Linux User Group [Mirror]';
case 'stackpath.bootstrapcdn.com':
return 'StackPath BootstrapCDN';
case 'maxcdn.bootstrapcdn.com':
return 'MaxCDN Bootstrap CDN';
default:
return 'Unknown';
}