GNOME Bugzilla – Bug 787011
AdBlock blocks entire web pages
Last modified: 2017-08-31 09:31:32 UTC
epiphany-3.25.91-1.fc28.x86_64 I cannot click on eBay emails that would take me to their messaging section of the site when the ad-blocker is enabled. Disabling the adblocker makes the messaging page show up correctly. I can share the email privately, or message with somebody who's interested in fixing this problem if they have an account. See also bug 617944
This fixes the link in the eBay email you sent me, and also DuckDuckGo ads. The following fix has been pushed: f808d22 Adblocker must not block main resource during redirects
Created attachment 358808 [details] [review] Adblocker must not block main resource during redirects Our logic to avoid blocking the main resource doesn't work during redirects. Also, move the GSettings check inside our helper function.
That works, thanks!