[Webkit-unassigned] [Bug 153743] New: Content Blocker rules are not applied to Google when you use address bar to search

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 1 08:43:40 PST 2016


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

            Bug ID: 153743
           Summary: Content Blocker rules are not applied to Google when
                    you use address bar to search
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Macintosh
                OS: OS X 10.11
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: am at adguard.com

Original issue:
https://github.com/AdguardTeam/AdguardBrowserExtension/issues/153

#### Steps to reproduce:
1. Register the following content blocker (should be enough to block most of google search ads ads):
[
    {
        "trigger": {
            "url-filter": ".*"
        },
        "action": {
            "type": "css-display-none",
            "selector": "#taw, #rhs_block > #mbEnd, #tads.c, #tads, #mbEnd, .ads-ad"
        }
    }
]

2. First of all, navigate to google.com and check that ads are hidden.
3. Open a new tab.
4. Enter some popular commercial search query in the address bar ("buy iphone 6s gold" for instance).
5. Press "Enter".

#### Expected result:
Ads should be hidden

#### In fact:
Ads are not hidden.
More than this, ads are not hidden even if I refresh the page (or enter some other search query).

-- 
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/20160201/c9ca49ad/attachment.html>


More information about the webkit-unassigned mailing list