Explain the example allowlist
This commit is contained in:
parent
3b61f50fa9
commit
19dbd13c1b
|
@ -15,8 +15,14 @@
|
|||
## ads[0-9]* | matches "ads" followed by one or more digits
|
||||
## ads*.example* | *, ? and [] can be used anywhere, but prefixes/suffixes are faster
|
||||
|
||||
|
||||
# That one may be blocked due to 'tracker' being in the name.
|
||||
tracker.debian.org
|
||||
|
||||
# That one may be blocked due to 'ads' being in the name.
|
||||
# However, blocking it prevents all sponsored links from the Google
|
||||
# search engine from being opened.
|
||||
googleadservices.com
|
||||
|
||||
|
||||
## Time-based rules
|
||||
|
|
Loading…
Reference in New Issue