From 0e7c2ac5b7a0b9e7353fa4400b8b725cdaebac28 Mon Sep 17 00:00:00 2001 From: dan smith Date: Sat, 5 Jan 2019 05:10:14 -0500 Subject: [PATCH] fix typo 'subodmains' --- Dynamic-filtering:-rule-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dynamic-filtering:-rule-syntax.md b/Dynamic-filtering:-rule-syntax.md index e4bbbbe..58d4bec 100644 --- a/Dynamic-filtering:-rule-syntax.md +++ b/Dynamic-filtering:-rule-syntax.md @@ -19,7 +19,7 @@ Source hostname always corresponds to the hostname extracted from the URL of the The destination hostname corresponds to the hostname extracted from the URL of a remote resource which the web page is fetching (or trying to). -A rule always automatically propagates to all subdomains of the source hostname and all subdomains of the destination hostname -- unless the rule is overridden by a narrower rule in one of the subodmains. +A rule always automatically propagates to all subdomains of the source hostname and all subdomains of the destination hostname -- unless the rule is overridden by a narrower rule in one of the subdomains. Given that rules always propagate to subdomains, there is no need to prefix the hostname part with a wildcard `*.`, doing so is invalid and will cause the the rule to be discarded.