mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-16 11:50:58 +01:00
Updated: audit.sh (#990)
This commit is contained in:
parent
ea90e3731a
commit
d6b0748bd1
@ -698,7 +698,7 @@ function create_url() {
|
||||
fi
|
||||
elif [ "$folder" = "angular.js" ]; then
|
||||
url="$GOOGLEAPIS/angularjs/$version/$subfile"
|
||||
elif [ "$folder" = "react-router" ] && [ "$version" != "5.3.2" ];then
|
||||
elif [ "$folder" = "react-router" ] && [[ "$version" != 5* ]];then
|
||||
url="$CLOUDFLARE/$folder/$version/react-router.production.min.js"
|
||||
elif [ "$folder" = "search-insights" ];then
|
||||
url="$JSDELIVR/npm/$folder@$version/dist/$jfile"
|
||||
|
Loading…
x
Reference in New Issue
Block a user