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

Updated Dynamic filtering: rule syntax (markdown)

gorhill 2015-01-04 04:05:29 -08:00
parent e8d254fd57
commit 395ddbdad1

@ -43,3 +43,4 @@ A matching rule can do one of three things:
- `allow` dynamic filters rules override any existing static and dynamic block filters.
- Thus they are most useful to create finer-grained exceptions, and to un-break web sites broken by some static filters somewhere.
- `noop`: prevent matching net requests from being subjected to dynamic filtering.
- It cancels dynamic filtering, but it does not cancel static filtering.