mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-02 12:27:27 +01:00
Beta versions of libraries removed because it's not allowed by Mozilla (#285)
This commit is contained in:
parent
cd80083fb1
commit
3bbafd6a51
@ -131,14 +131,6 @@ shorthands.specialFiles = function (channelHost, channelPath, searchString) {
|
|||||||
'path': `resources/font-awesome/${lastVersion}/css/font-awesome.min.css`,
|
'path': `resources/font-awesome/${lastVersion}/css/font-awesome.min.css`,
|
||||||
'bundle': ''
|
'bundle': ''
|
||||||
};
|
};
|
||||||
} else if ((channelHost + channelPath) === 'cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.0.0-beta.2.4/owl.carousel.min.js') {
|
|
||||||
return {
|
|
||||||
'source': channelHost,
|
|
||||||
'versionDelivered': '2.0.0-beta.2.4',
|
|
||||||
'versionRequested': '2.0.0-beta.2.4',
|
|
||||||
'path': 'resources/owl-carousel/2.0.0-beta.2.4/owl.carousel.min.jsm',
|
|
||||||
'bundle': ''
|
|
||||||
};
|
|
||||||
} else if ((channelHost + channelPath).startsWith('cdn.jsdelivr.net/npm/select2@4.1.0-beta.1/')) {
|
} else if ((channelHost + channelPath).startsWith('cdn.jsdelivr.net/npm/select2@4.1.0-beta.1/')) {
|
||||||
if (channelPath.endsWith('js')) {
|
if (channelPath.endsWith('js')) {
|
||||||
channelPath += 'm';
|
channelPath += 'm';
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user