You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: