mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
New CDN: 'vjs.zencdn.net' (#155)
This commit is contained in:
@ -228,6 +228,8 @@ helpers.determineCdnName = function (domainName) {
|
||||
return 'GitHub';
|
||||
case 'cdn.bootcdn.net':
|
||||
return 'BootCDN #2';
|
||||
case 'vjs.zencdn.net':
|
||||
return 'Video.js CDN';
|
||||
default:
|
||||
return 'Unknown';
|
||||
}
|
||||
|
Reference in New Issue
Block a user