Updated Static filter syntax (markdown)

Raymond Hill 2020-08-20 10:08:11 -04:00
parent 3a7bd8cfa5
commit 0eda81d8e3

@ -300,6 +300,8 @@ Essentially, the new `denyallow` option makes it easier to implement default-den
#### `document`
Alias: `doc`.
This is a _type_ option (like `image` or `script`) which specifies _main frame_ (a.k.a. the root document) of a web page. This option is automatically enabled in filters specifying only host part of the URL, see ["HOSTS files" section](#hosts-files). This will cause web pages which match the filter to be subjected to ["Strict blocking"](./Strict-blocking).
See also: [`all`](#all)