Audit script modified (#879)

This commit is contained in:
nobody 2022-02-24 05:57:54 +01:00
parent fbcf5b50f5
commit 1ac94d5577
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
1 changed files with 2 additions and 0 deletions

View File

@ -699,6 +699,8 @@ function create_url() {
url="$JSDELIVR/npm/$folder@$version/dist/$jfile"
elif [ "$folder" = "dygraph" ] && [ "$version" = "1.1.1" ];then
url="$CLOUDFLARE/$folder/$version/dygraph-combined.js"
elif [ "$folder" = "mootools" ] && [ "$version" = "1.4.5" ];then
url="$CLOUDFLARE/$folder/$version/mootools-core-full-compat-yc.min.js"
# --------------------------------------------------------------------------
# TODO: REMOVE WHEN CDNJS.COM AUTO UPDATE BOT IS FULLY FUNCTIONAL AGAIN
elif [ "$folder" = "noUiSlider" ] && [ "$version" != "14.7.0" ];then