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
*** This bug has been marked as a duplicate of bug 287153 ***