diff --git a/data/blob.config.json b/data/blob.config.json
index d3c2589..07b0160 100644
--- a/data/blob.config.json
+++ b/data/blob.config.json
@@ -12,7 +12,17 @@
},
{
"matches": [
- "npm/",
+ "ajax/libs/bootstrap/"
+ ],
+ "prefixUrls": [
+ "https://cdnjs.cloudflare.com/ajax/libs/bootstrap/",
+ "https://maxcdn.bootstrapcdn.com/bootstrap/",
+ "https://stackpath.bootstrapcdn.com/bootstrap/"
+ ],
+ "stripPrefix": true
+ },
+ {
+ "matches": [
"gh/",
"wp/"
],
@@ -23,9 +33,10 @@
},
{
"matches": [
- "^[^/@]+@[^/]+/"
+ "^(?:@[^/]+/)?[^/@]+@[^/]+/"
],
"prefixUrls": [
+ "https://cdn.jsdelivr.net/npm/",
"https://unpkg.com/",
"https://www.skypack.dev/",
"https://esm.sh/",
@@ -33,15 +44,6 @@
],
"stripPrefix": false
},
- {
- "matches": [
- "jquery/"
- ],
- "prefixUrls": [
- "https://code.jquery.com/"
- ],
- "stripPrefix": true
- },
{
"matches": [
"polyfill/"
@@ -54,13 +56,31 @@
},
{
"matches": [
- "ajax/"
+ "ajax/jquery/"
+ ],
+ "prefixUrls": [
+ "https://code.jquery.com/"
+ ],
+ "stripPrefix": true
+ },
+ {
+ "matches": [
+ "ajax/aspnet/"
],
"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 3166933..ba1a46b 100644
--- a/data/blob.config.xml
+++ b/data/blob.config.xml
@@ -10,9 +10,18 @@
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/
@@ -22,23 +31,16 @@
- ^[^/@]+@[^/]+/
+ ^(?:@[^/]+/)?[^/@]+@[^/]+/
+ https://cdn.jsdelivr.net/npm/
https://unpkg.com/
https://www.skypack.dev/
https://esm.sh/
https://esm.run/
-
-
- jquery/
-
-
- https://code.jquery.com/
-
-
polyfill/
@@ -50,12 +52,28 @@
- ajax/
+ ajax/jquery/
+
+
+ https://code.jquery.com/
+
+
+
+
+ ajax/aspnet/
https://ajax.aspnetcdn.com/
+
+
+ ajax/ckeditor5/
+
+
+ https://cdn.ckeditor.com/ckeditor5/
+
+
raw/gh/
@@ -65,4 +83,4 @@
-
+
\ No newline at end of file