Skip to content

Commit a733944

Browse files
committed
Add statically.io as CDN provider
As of commit time, the provider caches resources for at most 24 hours.
1 parent b08673a commit a733944

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

assets/assets.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
],
3232
"cdnURLs": [
3333
"https://gitcdn.xyz/repo/uBlockOrigin/uAssets/master/filters/filters.txt",
34-
"https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssets@master/filters/filters.txt"
34+
"https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssets@master/filters/filters.txt",
35+
"https://cdn.statically.io/gh/uBlockOrigin/uAssets/master/filters/filters.txt"
3536
],
3637
"supportURL": "https://github.com/uBlockOrigin/uAssets/issues"
3738
},
@@ -74,7 +75,8 @@
7475
],
7576
"cdnURLs": [
7677
"https://gitcdn.xyz/repo/uBlockOrigin/uAssets/master/filters/unbreak.txt",
77-
"https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssets@master/filters/unbreak.txt"
78+
"https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssets@master/filters/unbreak.txt",
79+
"https://cdn.statically.io/gh/uBlockOrigin/uAssets/master/filters/unbreak.txt"
7880
]
7981
},
8082
"adguard-generic": {
@@ -231,7 +233,12 @@
231233
"group": "social",
232234
"title": "uBlock filters – Annoyances",
233235
"off": true,
234-
"contentURL": "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/annoyances.txt"
236+
"contentURL": "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/annoyances.txt",
237+
"cdnURLs": [
238+
"https://gitcdn.xyz/repo/uBlockOrigin/uAssets/master/filters/annoyances.txt",
239+
"https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssets@master/filters/annoyances.txt",
240+
"https://cdn.statically.io/gh/uBlockOrigin/uAssets/master/filters/annoyances.txt"
241+
]
235242
},
236243
"dpollock-0": {
237244
"content": "filters",

0 commit comments

Comments
 (0)