Block-Site icon indicating copy to clipboard operation
Block-Site copied to clipboard

BUG: wildcard *word* also blocked in redirect page

Open dimateos opened this issue 2 years ago • 0 comments

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!

dimateos avatar Jul 05 '23 05:07 dimateos