[Webkit-unassigned] [Bug 162057] Content Blocker 'css-display-none' rules aren't applied when you open a website first time (from the address bar)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 26 07:12:44 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=162057

--- Comment #4 from Andrey Meshkov <am at adguard.com> ---
After all it appears that the bug is not that serious.

It exists only in case if "trigger" contains "resource-type" field:
```
[
    {
        "trigger": {
            "url-filter": ".*",
            "resource-type": ["document"]
        },
        "action": {
            "type": "css-display-none",
            "selector": "any selector"
        }
    }
]
```

Removing "resource-type" fixes the issue. This is still a bit weird, though.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161126/b16cfed0/attachment.html>


More information about the webkit-unassigned mailing list