Closed GoogleCodeExporter closed 9 years ago
This is intentional. See the docs which explain pattern matching. URLs are not
treated as globs, and in domains, asterisks are only supported at the beginning
of the hostname, to indicate subdomains. '.tld' is treated specially, ala
Greasemonkey, to indicate any known top-level domain.
If you actually want a filter similar to that globbed URL, you'll need to use a
regular expression.
Original comment by maglion...@gmail.com
on 14 Feb 2014 at 2:33
Original issue reported on code.google.com by
piyushs...@gmail.com
on 13 Feb 2014 at 11:14