GNOME Bugzilla – Bug 471583
Does not block https:// adverts
Last modified: 2007-09-27 15:53:06 UTC
[ From http://bugs.debian.org/439772 by Neil Williams ] "Ads blocked when viewing a page over http:// are not blocked when viewing the same page over https:// and there appears to be no way to tweak the rule to block https:// adverts. e.g. with this rule: $ cat ~/.gnome2/epiphany/extensions/data/adblock/blacklist ad\.doubleclick\.net/ http://sourceforge.net/projects/pilot-qof https://sourceforge.net/projects/pilot-qof"
-> Epiphany embed/mozilla/EphyContentPolicy.cpp just always allows loading if the page is https://.
Created attachment 96263 [details] [review] Treat https URLs just like http ones With this patch, https is filtered just like http. Do you think this is the correct approach?
The patch looks correct. I wonder why I made https always pass in the first place... oktc (trunk and 2-20)
Committed to trunk (r7498) and 2-20 (r7499).
Thanks Josselin, closing as FIXED then.