Bug 266328
Summary: | Safari Web Extensions & Content blockers Rule malfunctions | ||
---|---|---|---|
Product: | WebKit | Reporter: | nicekon |
Component: | New Bugs | Assignee: | 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 |
nicekon
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/119917411>