Block-Site
Block-Site copied to clipboard
BUG: wildcard *word* also blocked in redirect page
When blocking a url with a regex e.g. ://vscode/ and also using a redirect page e.g. https://vardecab.github.io/blocker/blocker.html, the browser errores with ERR_TOO_MANY_REDIRECTS.
Basically the rule is being matched also after redirection too. Disable it there specifically?
Maybe could be fixed with a rule allowing the redirect URL? But that would have to overrule the original word wildcard tho. Clearly better if the the extension implements that exception itself based on the redirect.
Thanks!