ChromeHttpRequestBlocker
ChromeHttpRequestBlocker copied to clipboard
Can't block URL with more than one wildcard
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.
@centuryfall I think you are right. I will fix this when I have some time. Thanks!
Thanks for the tool, I have encountered the same problem, I hope someone can help solve it.