From 1ab70d7cd712b8f1125595b443c71ab69a64eaca Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sun, 11 May 2025 01:05:09 +0900 Subject: [PATCH] Revert "Update CDN servers list" This reverts commit 0438ee9a505e60c6159d1f7b2a7c6befa03cb3b6. --- data/blob.config.json | 44 ++++++++++++------------------------------- data/blob.config.xml | 42 ++++++++++++----------------------------- 2 files changed, 24 insertions(+), 62 deletions(-) diff --git a/data/blob.config.json b/data/blob.config.json index 07b0160..d3c2589 100644 --- a/data/blob.config.json +++ b/data/blob.config.json @@ -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/" diff --git a/data/blob.config.xml b/data/blob.config.xml index ba1a46b..3166933 100644 --- a/data/blob.config.xml +++ b/data/blob.config.xml @@ -10,18 +10,9 @@ https://ajax.googleapis.com/ - - - ajax/libs/bootstrap/ - - - https://maxcdn.bootstrapcdn.com/bootstrap/ - https://stackpath.bootstrapcdn.com/bootstrap/ - https://cdnjs.cloudflare.com/ajax/libs/bootstrap/ - - + npm/ gh/ wp/ @@ -31,16 +22,23 @@ - ^(?:@[^/]+/)?[^/@]+@[^/]+/ + ^[^/@]+@[^/]+/ - https://cdn.jsdelivr.net/npm/ https://unpkg.com/ https://www.skypack.dev/ https://esm.sh/ https://esm.run/ + + + jquery/ + + + https://code.jquery.com/ + + polyfill/ @@ -52,28 +50,12 @@ - ajax/jquery/ - - - https://code.jquery.com/ - - - - - ajax/aspnet/ + ajax/ https://ajax.aspnetcdn.com/ - - - ajax/ckeditor5/ - - - https://cdn.ckeditor.com/ckeditor5/ - - raw/gh/ @@ -83,4 +65,4 @@ - \ No newline at end of file +