Mentioned about bad lists

freezer2022 2024-12-07 11:24:52 +00:00
parent a5c0afa910
commit 245c71f7b3

@ -192,4 +192,18 @@ Links to filter lists may be of the following forms:
`ubo:subscribe?location=encoded-url&title=optional-encoded-title`
`https://subscribe.adblockplus.org/?location=encoded-url&title=optional-encoded-title`
For example, <https://subscribe.adblockplus.org/?location=https%3A%2F%2Fraw.githubusercontent.com%2Fgorhill%2FuBlock%2Fmaster%2Fdocs%2Ftests%2Fstatic-filtering-parser-checklist.txt&title=Static%20Filtering%20Parser%20Checklist>.
For example, <https://subscribe.adblockplus.org/?location=https%3A%2F%2Fraw.githubusercontent.com%2Fgorhill%2FuBlock%2Fmaster%2Fdocs%2Ftests%2Fstatic-filtering-parser-checklist.txt&title=Static%20Filtering%20Parser%20Checklist>.
#### 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.
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)
Related issues/discussions:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1331
- https://github.com/uBlockOrigin/uBlock-issues/discussions/2528#discussioncomment-5223264
- https://github.com/uBlockOrigin/uBlock-issues/issues/3476