mirror of https://github.com/gorhill/uBlock.git
Drop `cdn.statically.io` as CDN for "uBlock filters"
Some sublists fail to load with this CDN, and uBO fails to properly error out on the whole list in such case, causing a truncated whole list to be used in the end.
This commit is contained in:
parent
d307bbd134
commit
aa376314b9
|
@ -40,7 +40,7 @@
|
|||
"cdnURLs": [
|
||||
"https://gitcdn.xyz/repo/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"
|
||||
"https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/filters.txt"
|
||||
],
|
||||
"supportURL": "https://github.com/uBlockOrigin/uAssets/issues"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue