Bug 266328

Summary: Safari Web Extensions & Content blockers Rule malfunctions
Product: WebKit Reporter: nicekon
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: achristensen, ahmad.saleem792, ben_schwartz, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari 17   
Hardware: Mac (Apple Silicon)   
OS: macOS 14   

Description nicekon 2023-12-12 23:39:36 PST
Rule : 
[
    {
        "trigger": {
          "url-filter": ".*",
          "if-domain" : ["*test.com"]
        },
        "action": {
          "type": "block"
        }
    }
]

URL : http://example.com/?a=https://test.com/abc

After creating the above rule, the page will be blocked when the URL is accessed.
Comment 1 Radar WebKit Bug Importer 2023-12-19 23:40:15 PST
<rdar://problem/119917411>