Bug 226076

Summary: WKContentRuleList: allow using if-domain and unless-domain in a single rule
Product: WebKit Reporter: Andrey Meshkov <am>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: achristensen, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Andrey Meshkov 2021-05-21 04:27:42 PDT
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?
Comment 1 Radar WebKit Bug Importer 2021-05-28 04:28:15 PDT
<rdar://problem/78613837>