Add ability to block all subdomains by adding root domain to block list
geeknik opened this issue · 4 comments
geeknik commented
Right now, adding example.com in v4.1
only blocks request from example.com, not a01.example.com or www.example.com. Adding example.com should block *.example.com unless one or more of the subdomains is in the whitelist.
GlitchWitch commented
I'd argue that it makes more sense to block example.com
and *.example.com
as separate entries rather then including all subdomains when blocking the parent domain and vice versa.
geeknik commented
Well, wildcard matching was added in 3.1, but didn't make it into 4.1 for some reason. When I try to add *.example.*, nothing is added.