minor update (previous commit)

freezer2022 2024-12-07 11:26:50 +00:00
parent 245c71f7b3
commit 908b176581

@ -196,9 +196,7 @@ For example, <https://subscribe.adblockplus.org/?location=https%3A%2F%2Fraw.gith
#### Unsupported filter lists (bad lists):
Starting with [uBO 1.30.0](https://github.com/gorhill/uBlock/releases/tag/1.30.0) some filter lists are intentionally blocked in uBO for security / compatibility / stability reasons:
The concept of "bad list" has been introduced, to prevent users from unwittingly end up using what are deemed ["bad lists" by the uBO team](https://github.com/uBlockOrigin/uAssets/blob/master/filters/badlists.txt). Some "bad lists" will be completely ignored and importing them will be forbidden by uBO. This restriction can be bypassed by users by simply appending a dummy query parameter to the URL of the list.
Starting with [uBO 1.30.0](https://github.com/gorhill/uBlock/releases/tag/1.30.0) some filter lists are intentionally blocked in uBO for security / compatibility / stability reasons. The concept of "bad list" has been introduced, to prevent users from unwittingly end up using what are deemed ["bad lists" by the uBO team](https://github.com/uBlockOrigin/uAssets/blob/master/filters/badlists.txt). Some "bad lists" will be completely ignored and importing them will be forbidden by uBO. This restriction can be bypassed by users by simply appending a dummy query parameter to the URL of the list.
Related commits:
- [Add support for blocklist of filter lists](https://github.com/gorhill/uBlock/commit/23f08f027460b5d0c0436357f866d6c48b8df701)
- [Add concept of "really bad list" to badlists infrastructure](https://github.com/gorhill/uBlock/commit/4150c17f4a6e1b3bd0c68b91da74c358a92c03ad)