1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Added CDN: gitcdn.github.io (#90)

This commit is contained in:
nobody
2020-08-24 07:37:32 +02:00
parent 47f5ec3cbf
commit c840aeb6b5
3 changed files with 13 additions and 1 deletions

View File

@ -224,6 +224,8 @@ helpers.determineCdnName = function (domainName) {
return 'PageCDN';
case 'fonts.googleapis.com':
return 'Google Fonts';
case 'gitcdn.github.io':
return 'GitHub';
default:
return 'Unknown';
}