From 6c55a8596fa17dcce2a520cc6b4c088e5d7cc8d7 Mon Sep 17 00:00:00 2001 From: gorhill Date: Mon, 8 Sep 2014 07:16:42 -0700 Subject: [PATCH] Updated Filter syntax extensions (markdown) --- Filter syntax extensions.md => Filter-syntax-extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Filter syntax extensions.md => Filter-syntax-extensions.md (82%) diff --git a/Filter syntax extensions.md b/Filter-syntax-extensions.md similarity index 82% rename from Filter syntax extensions.md rename to Filter-syntax-extensions.md index ff93e77..bd65adb 100644 --- a/Filter syntax extensions.md +++ b/Filter-syntax-extensions.md @@ -6,6 +6,6 @@ #### Extended syntax -**Entity-based cosmetic filters:** Filters which are to be applied to a specific _entity_. An _entity_ is defined as follow: a formal domain name with the Public Suffix part replaced by a wildcard. Examples: `google.*` will apply to all Google domain names: `google.com`, `google.com.br`, `google.ca`, `google.co.uk`, etc. Another example: `facebook.*` will apply to all similar Facebook domain names: `facebook.com`, `facebook.net`. +**Entity-based cosmetic filters:** Filters which are to be applied to a specific _entity_. An _entity_ is defined as follow: a formal domain name with the Public Suffix part replaced by a wildcard. Examples: `google.*` will apply to all similar Google domain names: `google.com`, `google.com.br`, `google.ca`, `google.co.uk`, etc. Another example: `facebook.*` will apply to all similar Facebook domain names: `facebook.com`, `facebook.net`. **The `important` net filter option:** The important filter option, `important`, means to ignore all _allow_ filters. It applies only to net _block_ filters. The `important` option will allow you to block with 100% certainty specific net requests. Example: `||google-analytics.com^$important,third-party` will block all net requests to `google-analytics.com`, disregarding any existing net _allow_ filters. Another example: `||twitter.com^$important,third-party`. Etc. \ No newline at end of file