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

I thinks links do not need start by '` '

Κρυςτιαν3ϐ 2023-12-25 13:01:04 +01:00
parent 7f931cef06
commit e600b720c4

@ -538,7 +538,7 @@ To trust a specific regional stock list, look-up its token in assets.json and ad
The matching is made with `String.startsWith()`, hence why `ublock-` matches all uBO's own filter lists.
This also allows to trust imported lists, for example add ` https://filters.adtidy.org/extension/ublock/filters/ to trust all non-stock AdGuard lists.
This also allows to trust imported lists, for example add [`https://filters.adtidy.org/extension/ublock/filters/`](https://filters.adtidy.org/extension/ublock/filters/ "https://filters.adtidy.org/extension/ublock/filters/") to trust all non-stock AdGuard lists.
Add the complete URL of a given imported list to trust only that one list.