mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-23 02:42:41 +01:00
Lower update period of assets.json and add support for CDN urls
This commit is contained in:
parent
68e3071253
commit
4509df154f
@ -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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user