mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
I thinks links do not need start by '` '
parent
7f931cef06
commit
e600b720c4
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue