Summary: | Rekonq doesn't load images when Ad Block is enabled | ||
---|---|---|---|
Product: | [Unmaintained] rekonq | Reporter: | naraesk <mail> |
Component: | general | Assignee: | Andrea Diamantini <adjam7> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.0 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/rekonq/6a410a5e63715fbdc6e82c7e8a0540278fb158d7 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
Fix hiding elements if abdlock enabled
taz.de with adblock disabled taz.de with adblock enabled taz.de with adblock enabled [bug] |
Description
naraesk
2012-08-27 09:13:50 UTC
Created attachment 74443 [details]
Fix hiding elements if abdlock enabled
Bug: blacklisted host mixed with the relative src of element, which is normal, and this element also hided.
(In reply to comment #1) > Created attachment 74443 [details] > Fix hiding elements if abdlock enabled > > Bug: blacklisted host mixed with the relative src of element, which is > normal, and this element also hided. vic, thanks for the patch. I'm going to test it and eventually merge for rekonq 1.x and 2.x This is what happens here WITHOUT the patch: is it working for me? I guess so. Created attachment 74532 [details]
taz.de with adblock disabled
Created attachment 74533 [details]
taz.de with adblock enabled
Created attachment 74534 [details]
taz.de with adblock enabled [bug]
Your screenshot with adblock enabled is the expected result. I guess you see the difference to my screenshot. Git commit 6a410a5e63715fbdc6e82c7e8a0540278fb158d7 by Andrea Diamantini. Committed on 14/10/2012 at 12:12. Pushed by adjam into branch 'master'. Faster html elements check and better address resolution This "should" fix some strange adblock behaviour on image hiding. Needs testing Patch courtesy by "vic". Thanks :) PS: will be applied to rekonq2, too. M +2 -3 src/adblock/adblockmanager.cpp http://commits.kde.org/rekonq/6a410a5e63715fbdc6e82c7e8a0540278fb158d7 |