1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

Lower update period of assets.json and add support for CDN urls

This commit is contained in:
Raymond Hill 2021-05-18 09:21:09 -04:00
parent 68e3071253
commit 4509df154f
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -1,10 +1,17 @@
{ {
"assets.json": { "assets.json": {
"content": "internal", "content": "internal",
"updateAfter": 13, "updateAfter": 7,
"contentURL": [ "contentURL": [
"https://raw.githubusercontent.com/gorhill/uBlock/master/assets/assets.json", "https://raw.githubusercontent.com/gorhill/uBlock/master/assets/assets.json",
"assets/assets.json" "assets/assets.json"
],
"cdnURLs": [
"https://gitcdn.xyz/repo/gorhill/uBlock/master/assets/assets.json",
"https://cdn.jsdelivr.net/gh/gorhill/uBlock@master/assets/assets.json",
"https://cdn.statically.io/gh/gorhill/uBlock/master/assets/assets.json",
"https://combinatronics.io/gorhill/uBlock/master/assets/assets.json",
"https://raw.githubusercontent.com/gorhill/uBlock/master/assets/assets.json"
] ]
}, },
"public_suffix_list.dat": { "public_suffix_list.dat": {