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:
parent
4f55408ce2
commit
ad3f094c05
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user