ChromeHttpRequestBlocker icon indicating copy to clipboard operation
ChromeHttpRequestBlocker copied to clipboard

Can't block URL with more than one wildcard

Open hammzj opened this issue 6 years ago • 2 comments

I was looking to block a URL with multiple wildcards to handle various test environments like such: https://test-*.application.com/*/service

Chrome DevTools handles this fine. But when I do this in this extension, I get an invalid URL and the extension blocks itself. The problem looks to be with the Regex in one of the final capturing groups.

hammzj avatar Apr 16 '18 20:04 hammzj

@centuryfall I think you are right. I will fix this when I have some time. Thanks!

clupasq avatar Apr 17 '18 11:04 clupasq

Thanks for the tool, I have encountered the same problem, I hope someone can help solve it.

toaco avatar Feb 03 '19 09:02 toaco