Skip to content

Commit

Permalink
Add statically.io as CDN provider
Browse files Browse the repository at this point in the history
As of commit time, the provider caches resources
for at most 24 hours.
  • Loading branch information
gorhill committed Apr 26, 2020
1 parent b08673a commit a733944
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions assets/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
],
"cdnURLs": [
"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"
},
Expand Down Expand Up @@ -74,7 +75,8 @@
],
"cdnURLs": [
"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": {
Expand Down Expand Up @@ -231,7 +233,12 @@
"group": "social",
"title": "uBlock filters – Annoyances",
"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": {
"content": "filters",
Expand Down

0 comments on commit a733944

Please sign in to comment.