Bug 226076
| Summary: | WKContentRuleList: allow using if-domain and unless-domain in a single rule | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Andrey Meshkov <am> |
| Component: | WebKit Extensions | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | achristensen, timothy, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Andrey Meshkov
Rules that combined allowed and restricted domains are a really often case in popular blocking lists.
Most of the time they're needed to exclude particular subdomains from a wider rule.
Something like this: `example.org,~subdomain.example.org`
Unfortunately, that's not possible with Safari. Can this limitation be lifted?
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/78613837>
Andrey Meshkov
Hello, could you please take a look at this issue? This limitation leads to discarding hundreds of content blocking rules from the popular filter lists.