From 490da322304da00fc69d8f98d7e9db4dd9ef4085 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 19 Apr 2015 01:25:48 -0400 Subject: [PATCH] Updated Filter syntax extensions (markdown) --- Filter-syntax-extensions.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Filter-syntax-extensions.md b/Filter-syntax-extensions.md index d22b8f9..e4ade58 100644 --- a/Filter-syntax-extensions.md +++ b/Filter-syntax-extensions.md @@ -31,3 +31,6 @@ To specifically disable inline script tags in a main page: `||example.com^$inlin 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`. + + +Since the base domain name is used to derive the "entity", `google.evil.biz` would **not** match `google.*`. \ No newline at end of file