[WebKit-devel] [Bug 302920] New: Using the context menu to add a domain to the adblock filters creates a filter 'http:/*'
Joachim Mairböck
j.mairboeck at gmail.com
Mon Jul 2 18:45:21 UTC 2012
https://bugs.kde.org/show_bug.cgi?id=302920
Bug ID: 302920
Severity: major
Version: unspecified
Priority: NOR
Assignee: webkit-devel at kde.org
Summary: Using the context menu to add a domain to the adblock
filters creates a filter 'http:/*'
Classification: Unclassified
OS: Linux
Reporter: j.mairboeck at gmail.com
Hardware: openSUSE RPMs
Status: UNCONFIRMED
Component: general
Product: kwebkitpart
Right clicking on an image using Webkit part and selecting Block images from
that domain creates a filter with the pattern "http:/*". This has the effect
that for KHTML, (nearly) all images get blocked, and Webkit seems to even block
the HTML pages itself (just displaying white pages afterwards).
Reproducible: Always
Steps to Reproduce:
1. Make sure you view a webpage with an image in Konqueror using Webkit
2. Right click an image on the page and select "Block images from [domain]"
Actual Results:
An filter rule http:/* is added, which blocks everything.
Expected Results:
A filter rule like http://[domain]/* gets added, just like KHTML does.
Using KHTML as default renderer and Webkit only when needed
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the WebKit-devel
mailing list