mirror of https://github.com/gorhill/uBlock.git
Add statically.io as CDN provider
As of commit time, the provider caches resources for at most 24 hours.
This commit is contained in:
parent
b08673a471
commit
a733944624
|
@ -31,7 +31,8 @@
|
||||||
],
|
],
|
||||||
"cdnURLs": [
|
"cdnURLs": [
|
||||||
"https://gitcdn.xyz/repo/uBlockOrigin/uAssets/master/filters/filters.txt",
|
"https://gitcdn.xyz/repo/uBlockOrigin/uAssets/master/filters/filters.txt",
|
||||||
"https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssets@master/filters/filters.txt"
|
"https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssets@master/filters/filters.txt",
|
||||||
|
"https://cdn.statically.io/gh/uBlockOrigin/uAssets/master/filters/filters.txt"
|
||||||
],
|
],
|
||||||
"supportURL": "https://github.com/uBlockOrigin/uAssets/issues"
|
"supportURL": "https://github.com/uBlockOrigin/uAssets/issues"
|
||||||
},
|
},
|
||||||
|
@ -74,7 +75,8 @@
|
||||||
],
|
],
|
||||||
"cdnURLs": [
|
"cdnURLs": [
|
||||||
"https://gitcdn.xyz/repo/uBlockOrigin/uAssets/master/filters/unbreak.txt",
|
"https://gitcdn.xyz/repo/uBlockOrigin/uAssets/master/filters/unbreak.txt",
|
||||||
"https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssets@master/filters/unbreak.txt"
|
"https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssets@master/filters/unbreak.txt",
|
||||||
|
"https://cdn.statically.io/gh/uBlockOrigin/uAssets/master/filters/unbreak.txt"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"adguard-generic": {
|
"adguard-generic": {
|
||||||
|
@ -231,7 +233,12 @@
|
||||||
"group": "social",
|
"group": "social",
|
||||||
"title": "uBlock filters – Annoyances",
|
"title": "uBlock filters – Annoyances",
|
||||||
"off": true,
|
"off": true,
|
||||||
"contentURL": "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/annoyances.txt"
|
"contentURL": "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/annoyances.txt",
|
||||||
|
"cdnURLs": [
|
||||||
|
"https://gitcdn.xyz/repo/uBlockOrigin/uAssets/master/filters/annoyances.txt",
|
||||||
|
"https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssets@master/filters/annoyances.txt",
|
||||||
|
"https://cdn.statically.io/gh/uBlockOrigin/uAssets/master/filters/annoyances.txt"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"dpollock-0": {
|
"dpollock-0": {
|
||||||
"content": "filters",
|
"content": "filters",
|
||||||
|
|
Loading…
Reference in New Issue