URL patterns for subdirectories/subpaths works on Firefox, but it doesn't work on Chrome. For example opening https://github.com/foxyproxy/browser-extension using pattern https://github.com/foxyproxy/* (Match/Wildcard) or ^https://github\.com/foxyproxy/ (RegExp) works on Firefox, but not on Chrome. Is this a bug or Chrome-specific limitation?
Thanks.
URL patterns for subdirectories/subpaths works on Firefox, but it doesn't work on Chrome. For example opening
https://github.com/foxyproxy/browser-extensionusing patternhttps://github.com/foxyproxy/*(Match/Wildcard) or^https://github\.com/foxyproxy/(RegExp) works on Firefox, but not on Chrome. Is this a bug or Chrome-specific limitation?Thanks.