Revert "Update CDN servers list"

This reverts commit 0438ee9a50.
This commit is contained in:
Namhyeon Go 2025-05-11 01:05:09 +09:00
parent 0438ee9a50
commit 1ab70d7cd7
2 changed files with 24 additions and 62 deletions

View File

@ -12,17 +12,7 @@
},
{
"matches": [
"ajax/libs/bootstrap/"
],
"prefixUrls": [
"https://cdnjs.cloudflare.com/ajax/libs/bootstrap/",
"https://maxcdn.bootstrapcdn.com/bootstrap/",
"https://stackpath.bootstrapcdn.com/bootstrap/"
],
"stripPrefix": true
},
{
"matches": [
"npm/",
"gh/",
"wp/"
],
@ -33,10 +23,9 @@
},
{
"matches": [
"^(?:@[^/]+/)?[^/@]+@[^/]+/"
"^[^/@]+@[^/]+/"
],
"prefixUrls": [
"https://cdn.jsdelivr.net/npm/",
"https://unpkg.com/",
"https://www.skypack.dev/",
"https://esm.sh/",
@ -44,6 +33,15 @@
],
"stripPrefix": false
},
{
"matches": [
"jquery/"
],
"prefixUrls": [
"https://code.jquery.com/"
],
"stripPrefix": true
},
{
"matches": [
"polyfill/"
@ -56,31 +54,13 @@
},
{
"matches": [
"ajax/jquery/"
],
"prefixUrls": [
"https://code.jquery.com/"
],
"stripPrefix": true
},
{
"matches": [
"ajax/aspnet/"
"ajax/"
],
"prefixUrls": [
"https://ajax.aspnetcdn.com/"
],
"stripPrefix": true
},
{
"matches": [
"ajax/ckeditor5/"
],
"prefixUrls": [
"https://cdn.ckeditor.com/ckeditor5/"
],
"stripPrefix": true
},
{
"matches": [
"raw/gh/"

View File

@ -10,18 +10,9 @@
<url>https://ajax.googleapis.com/</url>
</prefixUrls>
</route>
<route stripPrefix="true">
<matches>
<match>ajax/libs/bootstrap/</match>
</matches>
<prefixUrls>
<url>https://maxcdn.bootstrapcdn.com/bootstrap/</url>
<url>https://stackpath.bootstrapcdn.com/bootstrap/</url>
<url>https://cdnjs.cloudflare.com/ajax/libs/bootstrap/<url>
</prefixUrls>
</route>
<route stripPrefix="false">
<matches>
<match>npm/</match>
<match>gh/</match>
<match>wp/</match>
</matches>
@ -31,16 +22,23 @@
</route>
<route stripPrefix="false">
<matches>
<match>^(?:@[^/]+/)?[^/@]+@[^/]+/</match>
<match>^[^/@]+@[^/]+/</match>
</matches>
<prefixUrls>
<url>https://cdn.jsdelivr.net/npm/</url>
<url>https://unpkg.com/</url>
<url>https://www.skypack.dev/</url>
<url>https://esm.sh/</url>
<url>https://esm.run/</url>
</prefixUrls>
</route>
<route stripPrefix="true">
<matches>
<match>jquery/</match>
</matches>
<prefixUrls>
<url>https://code.jquery.com/</url>
</prefixUrls>
</route>
<route stripPrefix="true">
<matches>
<match>polyfill/</match>
@ -52,28 +50,12 @@
</route>
<route stripPrefix="true">
<matches>
<match>ajax/jquery/</match>
</matches>
<prefixUrls>
<url>https://code.jquery.com/</url>
</prefixUrls>
</route>
<route stripPrefix="true">
<matches>
<match>ajax/aspnet/</match>
<match>ajax/</match>
</matches>
<prefixUrls>
<url>https://ajax.aspnetcdn.com/</url>
</prefixUrls>
</route>
<route stripPrefix="true">
<matches>
<match>ajax/ckeditor5/</match>
</matches>
<prefixUrls>
<url>https://cdn.ckeditor.com/ckeditor5/</url>
</prefixUrls>
</route>
<route stripPrefix="true">
<matches>
<match>raw/gh/</match>