1
0
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:
nobody
2020-10-27 05:47:30 +01:00
parent d86baeeec1
commit e5d4e3e72f
3 changed files with 10 additions and 2 deletions

View File

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