I would love to be able to not only block/raise/lower domain wide but also, maybe via regexpes, on specific paths. As an example, I often have to lookup APIs on ag-grid.com - the documentation there exists in multiple variants, depending on the JavaScript framework in use, in different subdirectories on the server
I'd love to be able to exclude the variants I do not use, but they all of course share the same domain name. Regexp-based blocking/raising would be great but I'm aware this probably has a high performance impact, so if regexp is not possible, maybe at least something based on subdirectories could be done.
Pretty sure other good use cases for such a feature would exist.