Bug 266328 - Safari Web Extensions & Content blockers Rule malfunctions
Summary: Safari Web Extensions & Content blockers Rule malfunctions
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Safari 17
Hardware: Mac (Apple Silicon) macOS 14
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-12-12 23:39 PST by nicekon
Modified: 2023-12-19 23:40 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>