- Proudly presenting a long-awaited feature: wildcards and single
character matching support:
--- Domain Matching: domain.com matches domain.com and www.domain.com
--- Wildcard Matching: *.domain.com matches anything.domain.com (but not
domain.com (no subdomain))
--- Single Character Matching: ?.abc.com matches a.abc.com, b.abc.com,
2.abc.com, etc.
--- Note 1: the * and ? can be placed anywhere and/or combined (e.g.
ab?.com, cat*.c?)
--- Note 2: if there are any duplicates, the whitelist always takes
precedence over the blacklist
- the above update should also result in further improved performance
- added cloaking support for <picture> elements