mirror of https://github.com/gorhill/uBlock.git
Use non-minified lists for stable release of assets.json
Because this is what the current stable release (1.49.2) ships with. Related feedback: - https://www.reddit.com/r/uBlockOrigin/comments/13n0p4g/
This commit is contained in:
parent
8780eb6ea8
commit
2a9378b5a8
|
@ -42,7 +42,7 @@
|
|||
"title": "uBlock filters – Ads",
|
||||
"contentURL": [
|
||||
"https://ublockorigin.github.io/uAssets/filters/filters.txt",
|
||||
"assets/ublock/filters.min.txt"
|
||||
"assets/ublock/filters.txt"
|
||||
],
|
||||
"cdnURLs": [
|
||||
"https://ublockorigin.github.io/uAssetsCDN/filters/filters.min.txt",
|
||||
|
@ -77,7 +77,7 @@
|
|||
"title": "uBlock filters – Privacy",
|
||||
"contentURL": [
|
||||
"https://ublockorigin.github.io/uAssets/filters/privacy.txt",
|
||||
"assets/ublock/privacy.min.txt"
|
||||
"assets/ublock/privacy.txt"
|
||||
],
|
||||
"cdnURLs": [
|
||||
"https://ublockorigin.github.io/uAssetsCDN/filters/privacy.min.txt",
|
||||
|
|
Loading…
Reference in New Issue