1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00

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:
Raymond Hill 2021-04-28 13:32:12 -04:00
parent d307bbd134
commit aa376314b9
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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"
},