1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-28 21:57:12 +02:00

Updated Dynamic URL filtering (markdown)

Raymond Hill 2015-06-07 10:49:36 -04:00
parent ae4f9e66f6
commit a3f1109c8b

@ -22,7 +22,7 @@ URL filtering uses _rules_, which resemble dynamic filtering rules, except that
`action` tells the URL filtering engine what to do when there is a match. Same as with dynamic filtering rules: `allow`, `noop` or `block`.
It is very important to understand that URL filtering rules override dynamic filtering rules and static filtering rules. So you could create an `allow` URL filtering rule which override a `block` plain dynamic filtering rule.
It is very important to understand that URL filtering rules override dynamic filtering rules and static filters. So you could create an `allow` URL filtering rule which override a `block` plain dynamic filtering rule.
#### Examples of URL filtering usefulness.