mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Keep reference to non-minimized packaged lists
To ensure smooth transition in next stable release: people on an older version of uBO could end up updating assets.json, hence we needs to keep a local URL to the non-minified packaged version of the lists.
This commit is contained in:
parent
23ec2541ef
commit
aa8a68b8be
1 changed files with 4 additions and 2 deletions
|
@ -43,7 +43,8 @@
|
|||
"tags": "ads",
|
||||
"contentURL": [
|
||||
"https://ublockorigin.github.io/uAssets/filters/filters.txt",
|
||||
"assets/ublock/filters.min.txt"
|
||||
"assets/ublock/filters.min.txt",
|
||||
"assets/ublock/filters.txt"
|
||||
],
|
||||
"cdnURLs": [
|
||||
"https://ublockorigin.github.io/uAssetsCDN/filters/filters.min.txt",
|
||||
|
@ -80,7 +81,8 @@
|
|||
"tags": "privacy",
|
||||
"contentURL": [
|
||||
"https://ublockorigin.github.io/uAssets/filters/privacy.txt",
|
||||
"assets/ublock/privacy.min.txt"
|
||||
"assets/ublock/privacy.min.txt",
|
||||
"assets/ublock/privacy.txt"
|
||||
],
|
||||
"cdnURLs": [
|
||||
"https://ublockorigin.github.io/uAssetsCDN/filters/privacy.min.txt",
|
||||
|
|
Loading…
Reference in a new issue