Summary: | Content Blocker rules are not applied to Google when you use address bar to search | ||
---|---|---|---|
Product: | WebKit | Reporter: | Andrey Meshkov <am> |
Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | achristensen, benjamin, mateen110 |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Mac | ||
OS: | OS X 10.11 |
Description
Andrey Meshkov
2016-02-01 08:43:40 PST
Here is an easier way to see what's going on. Instead of hiding ads, let's hide the whole page. New steps for reproducing the issue: 1. Disable all ad filters 2. Add one rule: { action: { type: 'css-display-none', selector: 'body' } } This rule hides the whole page. 3. Enter "https://www.google.com/" and press enter 4. The page is hidden (that's expected) 5. Now open new tab and enter "buy iphone 6s" in the address bar and press "Enter" Expected result: Whole page is hidden In fact: Page is not hidden. It is not hidden even after you refresh the page. +1 Seems to be fixed. |