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:
@ -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';
|
||||
}
|
||||
|
Reference in New Issue
Block a user