1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2024-12-25 17:42:37 +01:00

Updated: audit.sh (#1184)

This commit is contained in:
nobody 2022-10-24 18:34:13 +02:00
parent 4f55408ce2
commit ad3f094c05
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A

View File

@ -600,8 +600,6 @@ function create_url() {
else else
url="$NETDNA_BOOTSTRAPCDN/$folder/$version/js/bootstrap.min.js" url="$NETDNA_BOOTSTRAPCDN/$folder/$version/js/bootstrap.min.js"
fi fi
elif [ "$folder" = "webcomponentsjs" ]; then
url="$CLOUDFLARE/$folder/2.6.0/webcomponents-loader.min.js"
elif [ "$folder" = "vue-i18n" ] && [[ "$version" != 8* ]]; then elif [ "$folder" = "vue-i18n" ] && [[ "$version" != 8* ]]; then
url="$CLOUDFLARE/$folder/$version/vue-i18n.cjs.min.js" url="$CLOUDFLARE/$folder/$version/vue-i18n.cjs.min.js"
elif [ "$path" = "../resources/twitter-bootstrap/fonts/glyphicons-halflings-regular.woff2" ]; then elif [ "$path" = "../resources/twitter-bootstrap/fonts/glyphicons-halflings-regular.woff2" ]; then