Skip to content
Snippets Groups Projects
Verified Commit 45b0cd89 authored by Thomas Rientjes's avatar Thomas Rientjes
Browse files

Add support for Tencent Cloud CDN

parent 54117d8b
No related branches found
No related tags found
No related merge requests found
......@@ -270,6 +270,13 @@ const mappings = {
'mootoolscore/mootools.core-{version}.': ResourceSets.mootools
}
},
// Tencent Cloud CDN
'mat1.gtimg.com': {
'/libs/': {
'jquery/{version}/jquery.': ResourceSets.jQuery,
'jquery/jquery-{version}.': ResourceSets.jQuery
}
},
// BootCDN [Dissolved]
'cdn.bootcss.com': {
'/': {
......
......@@ -249,6 +249,8 @@ const determineCdnName = (domainName) => {
return 'Sina Public Resources';
case 'upcdn.b0.upaiyun.com':
return 'UpYun Library';
case 'mat1.gtimg.com':
return 'Tencent Cloud CDN';
case 'cdn.bootcss.com':
return 'BootCDN [Dissolved]';
case 'sdn.geekzu.org':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment