Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't block URL with more than one wildcard #8

Open
hammzj opened this issue Apr 16, 2018 · 2 comments
Open

Can't block URL with more than one wildcard #8

hammzj opened this issue Apr 16, 2018 · 2 comments

Comments

@hammzj
Copy link

hammzj commented Apr 16, 2018

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.

@clupasq
Copy link
Owner

clupasq commented Apr 17, 2018

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

@toaco
Copy link

toaco commented Feb 3, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants