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

Updated How to whitelist a web site (markdown)

gorhill 2014-12-15 06:43:32 -08:00
parent 595782f984
commit f03c6f113f

@ -18,9 +18,9 @@ Complex syntax occurs if and only if at least one `/` appears in a whitelist dir
#### Plain hostname
- `example.com`: whitelist all pages from `example.com` or above (i.e. `www.example.com`).
- `www.example.org`: whitelist all pages from `www.example.org` or above (i.e. `forums.www.example.org`).
- `org`: whitelist all pages from TLD `org` (i.e. `example.org`).
- `example.com`: whitelist all pages from `example.com` or above (i.e. `example.com`, `www.example.com`).
- `www.example.org`: whitelist all pages from `www.example.org` or above (i.e. `www.example.org`, `forums.www.example.org`, but not `example.org`).
- `org`: whitelist all pages from TLD `org` (i.e. `example.org`, `wikipedia.org`).
#### Single web page