Blacklist (aka Denylist) everything?

A simple regex filter of . (literally just a dot) will match anything and thus block everything. You don't need to actually match the entire domain to block it. Matching just part of the domain will cause it to be blocked, even a single character would suffice.

1 Like