diff --git a/help.php b/help.php index c3a1f875..63eb93be 100644 --- a/help.php +++ b/help.php @@ -70,7 +70,7 @@
Add or remove domains (or subdomains) from the white-/blacklist. If a domain is added to e.g. the whitelist, any possible entry of the same domain will be automatically removed from the blacklist and vice versa.
-Wildcard blacklisting is supported (entering something.de will block this domain including all subdomains like a.bb.c.999.something.de). Note that wildcard whitelisting is not supported.
+Regex blacklisting is supported (entering ^example.*$ will block any domain starting with example). You can still whitelist specific domains even if the fall under a regex pattern.
You can white-/blacklist multiple entries at a time if you separate the domains by spaces.