From 492e1762cdd8e3929a030980af05454acb7969d6 Mon Sep 17 00:00:00 2001 From: gwarser Date: Tue, 9 Jun 2020 11:03:21 +0200 Subject: [PATCH] Updated Static filter syntax (markdown) --- Static-filter-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index 730e22b..081df25 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -266,7 +266,7 @@ Essentially, the new `denyallow` option makes it easier to implement default-den #### `document` -This is _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). +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)