From 5db282d226168cf4d03a2fb5adbf2dbcb6484b03 Mon Sep 17 00:00:00 2001 From: grossdm Date: Sun, 2 Dec 2018 17:36:08 -0500 Subject: [PATCH] Added link to Mozilla's Public Suffix page --- 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 046ae30..d229225 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -190,7 +190,7 @@ All static extended filters can be declared to apply to a specific _entity_. For google.*###tads.c -An _entity_ is defined as follow: a formal domain name with the Public Suffix part replaced by a wildcard. +An _entity_ is defined as follow: a formal domain name with the [Public Suffix](https://publicsuffix.org) 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`.