After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 754954 - Epiphany does not play certain videos when adblocker is enabled
Epiphany does not play certain videos when adblocker is enabled
Status: RESOLVED OBSOLETE
Product: epiphany
Classification: Core
Component: Backend
3.16.x (obsolete)
Other Linux
: Normal major
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks: 776514
 
 
Reported: 2015-09-13 12:26 UTC by Que Quotion
Modified: 2018-08-03 20:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
EphyUriTester: Ensure "||" rules are anchored at the start (1.25 KB, patch)
2015-11-09 18:06 UTC, Emanuele Aina
none Details | Review
EphyUriTester: Ensure "||" rules are anchored at the start (1.47 KB, patch)
2015-11-09 22:25 UTC, Emanuele Aina
committed Details | Review
EphyUriTester: Escape '[' and ']' when converting patterns to regexps (1.01 KB, patch)
2015-11-10 18:16 UTC, Emanuele Aina
none Details | Review
EphyUriTester: Handle '@@' whitelisting exception rules (14.37 KB, patch)
2015-11-10 18:16 UTC, Emanuele Aina
none Details | Review
EphyUriTester: Drop keys/signatures logic (7.58 KB, patch)
2015-11-10 18:16 UTC, Emanuele Aina
none Details | Review
EphyUriTester: Escape '[' and ']' when converting patterns to regexps (1.01 KB, patch)
2015-11-11 12:19 UTC, Emanuele Aina
committed Details | Review
EphyUriTester: Handle '@@' whitelisting exception rules (14.45 KB, patch)
2015-11-11 12:19 UTC, Emanuele Aina
committed Details | Review
EphyUriTester: Drop keys/signatures logic (7.58 KB, patch)
2015-11-11 12:19 UTC, Emanuele Aina
committed Details | Review
EphyUriTester: Avoid g_strdup() when a boolean is enough (2.46 KB, patch)
2015-11-11 12:58 UTC, Emanuele Aina
committed Details | Review

Description Que Quotion 2015-09-13 12:26:54 UTC
Epiphany does not play many videos on Youtube.

It may be the case that Youtube's advertisements do something Epiphany is not compatible with, preventing the videos from playing. However, it may (also) be the case that Epiphany fails to do something required for the videos or advertisements to play. Either way, it is a serious problem for Epiphany's adoptability.

Other browsers do not have this problem. Youtube offcially lists Google Chrome, Microsoft Internet Explorer, Firefox, Opera, and Apple Safari as compatible: https://www.youtube.com/html5 Now that youtube is using HTML5 as default--and no longer offers an opt-out--it is time to fix this issue in Epiphany.

To that end I am filing reports for both Youtube and GNOME. It is important to recognize that Epiphany is part of the problem and not put all of the blame Youtube, flash player, or another piece of software. Epiphany is the application having a problem, both from the user perspective and Youtube's (the site itself, not its developers). In order to resolve this issue as easily and quickly as possible, I reccommend that the two development teams communicate and cooperate.


Here is an example of a Youtube video that will not play in Epiphany:
Star Trek - Renegades
https://www.youtube.com/watch?v=eE2Wgop9VLM

Here is an example of a Youtube video that does play in Epiphany:
Gotye - Somebody That I Used To Know
https://www.youtube.com/watch?v=8UVNT4wvIGY
Comment 2 Que Quotion 2015-09-13 13:27:59 UTC
It is possible that the problem could be in the WebKit backend; this should also be investigated.

This is a very old issue; present as long as Youtube has been offering HTML5.

It has been suggested that youtube's advertisements are the problem:
https://bbs.archlinux.org/viewtopic.php?id=137695
Why are the advertisements incompatible with Epiphany in particular?

Another theory holds that spoofing Epiphany's useragent as Chrome will work around the problem and cause Youtube to offer a compatible video:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567311
Is this still relevant? Could we convince the Youtube devs to include recognition for Epiphany?

Another suggested workaround is to use nspluginwrapper for flash, which somehow works around improperly encoded videos on youtube:
https://bugzilla.redhat.com/show_bug.cgi?id=749223
Given that flash now works in Epiphany without nspluginwrapper, I find it unlikely that this solution is relevant. Is there still a problem with codecs? Is this what causes advertisements to fail, causing videos not to play? Why doesn't Epiphany play the advertisements with the flash plugin (flash works everywhere else) and switch to HTML5 for the videos?
Comment 3 Que Quotion 2015-09-13 13:55:25 UTC
nspluginwrapper is not compatible with recent versions of flashplugin.so

nspluginwrapper -i libflashplayer.so
nspluginwrapper: libflashplayer.so is not a valid NPAPI plugin

yaourt -Qo /usr/lib/mozilla/plugins/libflashplayer.so 
/usr/lib/mozilla/plugins/libflashplayer.so is owned by flashplugin 11.2.202.508-1
Comment 4 Michael Catanzaro 2015-09-13 14:52:12 UTC
(In reply to Que Quotion from comment #0)
> Epiphany does not play many videos on Youtube.
> 
> It may be the case that Youtube's advertisements do something Epiphany is
> not compatible with, preventing the videos from playing.

Bingo, good guess. If you turn off the adblocker in preferences, the video plays fine. It's possible the problem is with Epiphany's adblocker, but that is not very likely. More likely, either YouTube's scripts are broken (failure to expect the adblocker would block the ad, possibly, though that seems strange as surely they would be prepared to handle adblockers?), or there is some strange problem in WebKit that is only triggered by that error case (this seems most likely to me, but I have no clue what it might be :)

> To that end I am filing reports for both Youtube and GNOME. It is important
> to recognize that Epiphany is part of the problem and not put all of the
> blame Youtube, flash player, or another piece of software. Epiphany is the
> application having a problem, both from the user perspective and Youtube's
> (the site itself, not its developers). In order to resolve this issue as
> easily and quickly as possible, I reccommend that the two development teams
> communicate and cooperate.

I'm happy to work with the YouTube folks on this if we can figure out that changes in Epiphany or WebKit are needed, but we can't debug site-specific issues ourselves, due to the complexity of modern websites, js obfuscation, etc. We do fix WebKit bugs if someone is able to provide a reduction (a simple test case that demonstrates the issue), but this is hard to do, and it's quite rare that anyone other than one of the website developers is able to do so.

(In reply to Que Quotion from comment #2)
> It is possible that the problem could be in the WebKit backend; this should
> also be investigated.

See also:

https://bugs.webkit.org/show_bug.cgi?id=135972
https://bugs.webkit.org/show_bug.cgi?id=147000

> This is a very old issue; present as long as Youtube has been offering HTML5.
> 
> It has been suggested that youtube's advertisements are the problem:
> https://bbs.archlinux.org/viewtopic.php?id=137695
> Why are the advertisements incompatible with Epiphany in particular?

No clue.

> Another theory holds that spoofing Epiphany's useragent as Chrome will work
> around the problem and cause Youtube to offer a compatible video:
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567311
> Is this still relevant? Could we convince the Youtube devs to include
> recognition for Epiphany?

I will test this after I post this comment, since it requires me to close my browser. WebKit already has infrastructure to fake the user agent on specific broken sites, for compatibility with those sites. I'm willing to add YouTube to that list in WebKit if need be. (We're not going to add any user-agent hacks at the Epiphany level.) But that bug report is quite old, and unlikely to still be relevant; I don't expect changing the user agent to make a difference. But I will test in a second and find out.

> Another suggested workaround is to use nspluginwrapper for flash, which
> somehow works around improperly encoded videos on youtube:
> https://bugzilla.redhat.com/show_bug.cgi?id=749223
> Given that flash now works in Epiphany without nspluginwrapper, I find it
> unlikely that this solution is relevant. Is there still a problem with
> codecs? Is this what causes advertisements to fail, causing videos not to
> play? Why doesn't Epiphany play the advertisements with the flash plugin
> (flash works everywhere else) and switch to HTML5 for the videos?

Another quite old bug report. The reason to use nspluginwrapper was to be able to load Flash (a GTK+2 plugin) in a GTK+3 browser (Epiphany), which is impossible due to symbol conflicts. nspluginwrapper must be running the plugin in another process. Anyway, that's not needed anymore, because nowadays we have separate a separate compatibility plugin process to support GTK+ 2 plugins.

"Is there still a problem with codecs?" Depends. YouTube has been pretty good about hosting WebM videos, for the most part. But for some reason, a small subset of their videos are H.264-only. H.264 codecs cannot be legally distributed in the US and in most of the EU (actually, in most everywhere ;) without paying a royalty to MPEG, and no Linux distros pay that royalty. Distros without corporate sponsors ship that codec anyway and hope not to get sued, which distros with corporate sponsors normally do not ship the codec. If you're using Fedora or openSUSE or Ubuntu, you don't have an H.264 codec. Otherwise, you probably do.

"Is this what causes advertisements to fail, causing videos not to play?" No clue. I don't have Flash installed, nor am I willing to install it, because it is nonfree and I will not agree with its license agreement. If it's mandatory for adverts to play on YouTube, it might be a choice of YouTube to fail the video rather than let us get away with adblock.
Comment 5 Michael Catanzaro 2015-09-13 14:56:28 UTC
(In reply to Michael Catanzaro from comment #4) 
> I will test this after I post this comment, since it requires me to close my
> browser.

I tested with this user agent:

Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36

But the video did not play, so that's not a problem.
Comment 6 Michael Catanzaro 2015-09-13 15:03:38 UTC
(In reply to Michael Catanzaro from comment #4)
> "Is this what causes advertisements to fail, causing videos not to play?" No
> clue. I don't have Flash installed, nor am I willing to install it, because
> it is nonfree and I will not agree with its license agreement. If it's
> mandatory for adverts to play on YouTube, it might be a choice of YouTube to
> fail the video rather than let us get away with adblock.

Um, well the answer of course is "no," because the ads play fine if I disable the adblocker. ;)
Comment 7 Que Quotion 2015-09-13 16:00:41 UTC
The one thing I forgot to check was the adblocker... (I just leave it on, like cruise control).

How does the adblocker work? Is it subscribed to EasyList? I don't recall having this kind of problem using AdBlock+ in Firefox (I'd need to reinstall all of that to test).

I'm sure Youtube sees their advertisements as madatory, in which case they should be saying something when the advertisements are blocked. Currently their player just sits there, blacked out at 00:00. It looks like something is broken; the buttons on the player respond to clicks but no video plays.

Maybe I can convince them to put up a "don't block advertisements!" in place of the black screen.
Comment 8 Que Quotion 2015-09-13 16:14:52 UTC
Or should Epiphany be able to block *and skip* the advertisements?
Comment 9 Michael Catanzaro 2015-09-13 18:53:03 UTC
(In reply to Que Quotion from comment #7)
> The one thing I forgot to check was the adblocker... (I just leave it on,
> like cruise control).
> 
> How does the adblocker work? Is it subscribed to EasyList?

Yup.

(In reply to Que Quotion from comment #8)
> Or should Epiphany be able to block *and skip* the advertisements?

That's up to the scripts on YouTube. Epiphany is going to block them from loading their advertisement... how they choose to handle that is up to them. :)
Comment 10 Que Quotion 2015-09-14 06:06:30 UTC
I wonder how adblock+ (with EasyList+EasyPrivacy subscription) does this in Firefox; I recall that videos continued to play although the advertisements were blocked. Does it have a site-specific hack to tell Youtube the advertisement was "seen"? There's also the possibility that Youtube's advertising methods have changed in the months since I switched to Epiphany.
Comment 11 Que Quotion 2015-09-14 12:57:49 UTC
How about a "click to show" feature in Epiphany's adblocker? (ala NoScript)
Comment 12 Michael Catanzaro 2015-09-14 13:25:39 UTC
The adblocker just blocks the resource from loading, as if there was a network error. It's very simple because we don't have to know anything about e.g. where the resource would be displayed on the page.

ABP does some more work, like element hiding, in order to block more stuff than ours does.
Comment 13 Philippe Normand 2015-09-14 13:43:43 UTC
I don't have much time to work on this but a starting point would be to provide us a gst debug log:

GST_DEBUG_NO_COLOR=1 GST_DEBUG=3,webkit*:5 epiphany ... 2> gst.log

And attach the log file to this bug, please.
Comment 14 Michael Catanzaro 2015-09-14 15:48:10 UTC
(In reply to Philippe Normand from comment #13)
> I don't have much time to work on this but a starting point would be to
> provide us a gst debug log:
> 
> GST_DEBUG_NO_COLOR=1 GST_DEBUG=3,webkit*:5 epiphany ... 2> gst.log
> 
> And attach the log file to this bug, please.

There's nothing in the log (except unrelated warnings about deprecated GObject properties) for the video that doesn't play, so the GStreamer code is never hit. For the video that does play properly, the log gets filled up with GStreamer debug output. This is not unexpected to me, considering we're forcing a network failure.
Comment 15 Michael Catanzaro 2015-09-23 15:40:31 UTC
Marking NEEDINFO; we won't get anywhere without feedback from a YouTube developer.
Comment 16 Michael Catanzaro 2015-09-28 15:46:09 UTC
CCing some GNOME folks who work for Google in case they're possibly interested in prodding about this internally, since the YouTube developers ignored the bug report.

The only thing I can think to change in Epiphany is to disable the adblocker on YouTube. Users are not going to like that, but it's better than breaking videos.
Comment 17 Michael Catanzaro 2015-10-03 23:29:13 UTC
*** Bug 756022 has been marked as a duplicate of this bug. ***
Comment 18 Emanuele Aina 2015-10-14 15:01:25 UTC
For what is worth, it seems that the issue is not strictly limited to YouTube: with the AdBlocker enabled (tested with 3.18.0-11-ge76bc6717ae3) I can't load Metacafe videos[1] and Yahoo Screen[2] is broken too as clicking items in the "Must Watch" list or in the categories list on the left does nothing.

Either we find the cause of the breakage or I guess disabling the adblocker would be a safer course of action. :(

[1] http://www.metacafe.com/watch/11373845/everything_wrong_with_transformers_age_of_extinction_part_1/

[2] https://screen.yahoo.com/
Comment 19 Que Quotion 2015-10-18 21:34:12 UTC
>>Emanuele Aina:
>Either we find the cause of the breakage or I guess disabling the adblocker
would be a safer course of action. :(

I share in your :(

Default adblocking is a /good/ thing, something epiphany has going for it (not only for minimizing annoyances, but simplification of interface and reduction of resources). My issues with ads are disruptive clutter and bandwidth hijacking; not to mention the occasional memory-leaking flash crasher. Epiphany does most of what Firefox with Adblock+ & NoScript did after lots of configuration*, without any configuration.

Actually, I am delighted to see this much work getting done on it. I wasn't entirely surprised that Youtube didn't acknowledge my report.  Thanks to everyone for taking an interest in this!

Now that we have some other sites suffering the same problem, maybe we can triage. What do those sites ads have in common with Youtube's ads?

*Sometimes I miss ElementHidingHelper and NoScript. Come to think of it, NoScript allowed filtered blacklisting and whitelisting of scripts by domain. I usually set this to allow scripts from the site itself (*.sitedomain.*) but not from third parties (*.ajaxdomain.*). I found myself frequently fiddling with this, temporarily allowing this script and that and reloading pages. I don't miss doing that, but it made me wonder if these sites share any outside scripting hosts?
Comment 20 Emanuele Aina 2015-11-02 17:21:42 UTC
While investigating this I stumbled over what the Safari AdBlock Plus extension does: they use a new framework landed recently in WebCore, contentextensions, see  https://www.webkit.org/blog/3476/content-blockers-first-look/

It also handles hiding elements using CSS selectors and blocking cookies only and it may be interesting to look at it as an alternative route.
Comment 21 Emanuele Aina 2015-11-06 16:53:30 UTC
Ok, this seems to be due to a bug in WebKit which has been fixed recently: https://bugs.webkit.org/show_bug.cgi?id=146706
Comment 22 Michael Catanzaro 2015-11-06 19:52:01 UTC
(In reply to Emanuele Aina from comment #21)
> Ok, this seems to be due to a bug in WebKit which has been fixed recently:
> https://bugs.webkit.org/show_bug.cgi?id=146706

Haha, excellent sleuthing! Not often a major bug gets fixed before we figure out what was even wrong! I will put that on the list for a backport to 2.10.
Comment 23 Que Quotion 2015-11-09 02:47:25 UTC
Thank you everyone for taking the time to look into this and making the effort to get to the bottom of it.

The patch for webkit sounds promising:
http://trac.webkit.org/changeset/191077

but the last comment on the bug report does not:
https://bugs.webkit.org/show_bug.cgi?id=146706#c20

Would it be sufficent to install upstream webkit (largest source code ever?) and then rebuild epiphany from source to test?
Comment 24 Emanuele Aina 2015-11-09 14:28:44 UTC
Indeed, YouTube now seems to work fine even with the adblocker enabled, but both Metacafe[1] and Yahoo Screen[2] are still broken. :(

[1] http://www.metacafe.com/watch/11373845/everything_wrong_with_transformers_age_of_extinction_part_1/

[2] https://screen.yahoo.com/

Reopening.
Comment 25 Emanuele Aina 2015-11-09 18:06:00 UTC
Created attachment 315145 [details] [review]
EphyUriTester: Ensure "||" rules are anchored at the start

Filter rules beginning with "||" mean that the following expression must match (at least partially) the domain.

This means that "||example.com/foo" should match "foo.example.com/foo" but not "fooexample.com/foo" nor "example.com/bar?redir=example.com/foo" while the current code will happily match all of them.

This fixes the adblocker on Metacafe.

Yahoo Screen is broken due to us lacking any implementation of the "@@" exclusion rules.
Comment 26 Michael Catanzaro 2015-11-09 19:41:29 UTC
Review of attachment 315145 [details] [review]:

Thanks! This is good for gnome-3-18 as well as master. Please just add a comment above the regex, since it's not very readable. Also, I'm not sure if you have a GNOME account or not, so let me know if you need me to push this for you.
Comment 27 Emanuele Aina 2015-11-09 22:25:55 UTC
Created attachment 315158 [details] [review]
EphyUriTester: Ensure "||" rules are anchored at the start

Added a comment to describe the purpose of the regex. If you think that it's
clear enough I can push directly to git. :)
Comment 28 Michael Catanzaro 2015-11-10 00:57:40 UTC
Review of attachment 315158 [details] [review]:

Thanks!
Comment 29 Eddy Castillo 2015-11-10 06:38:22 UTC
Would this be related to crunchyroll videos not loading when the ad blocker is enabled?

http://www.crunchyroll.com/space-brothers/episode-1-01-little-brother-hibito-and-big-brother-mutta-594787
Comment 30 Emanuele Aina 2015-11-10 10:01:36 UTC
Comment on attachment 315158 [details] [review]
EphyUriTester: Ensure "||" rules are anchored at the start

Attachment 315158 [details] pushed as 4d873f4 - EphyUriTester: Ensure "||" rules are anchored at the start
Comment 31 Emanuele Aina 2015-11-10 10:25:44 UTC
Also pushed to the gnome-3-18 branch with a minor change due to the (Ephy)UriTester renaming.
Comment 32 Emanuele Aina 2015-11-10 18:16:28 UTC
Created attachment 315201 [details] [review]
EphyUriTester: Escape '[' and ']' when converting patterns to regexps
Comment 33 Emanuele Aina 2015-11-10 18:16:33 UTC
Created attachment 315202 [details] [review]
EphyUriTester: Handle '@@' whitelisting exception rules

The AdBlockPlus filter language has some special rules that start with
'@@' and are meant to override some overly matching blocking rules by
whitelisting those which should succeed.
Comment 34 Emanuele Aina 2015-11-10 18:16:39 UTC
Created attachment 315203 [details] [review]
EphyUriTester: Drop keys/signatures logic

It seems to be a performance optimization, but it seems to be quite
premature and resulted in some rules not being handled correctly: in
particular http://screen.yahoo.com was still broken as the
exception/whitelisted rule was for some reason skipped by the code
computing signatures.
Comment 35 Emanuele Aina 2015-11-10 18:18:35 UTC
With these patches Metacafe and Yahoo Screen work even with the adblocker enabled.

Unfortunately I haven't had much luck with Crunchyroll. :(
Comment 36 Michael Catanzaro 2015-11-10 23:29:23 UTC
Review of attachment 315201 [details] [review]:

Thanks
Comment 37 Michael Catanzaro 2015-11-10 23:36:37 UTC
Review of attachment 315202 [details] [review]:

Thanks, please fix these nits before pushing. Up to you whether to backport to gnome-3-18 or not.

::: embed/web-extension/ephy-uri-tester.c
@@ +316,3 @@
                             const char *req_uri,
+                            const char *page_uri,
+                            gboolean whitelist)

Just line up the parameter names please (the w in whitelist under the p in page_uri)

@@ +355,3 @@
   while (g_hash_table_iter_next (&iter, &patt, &regex))
     {
+      if (ephy_uri_tester_check_rule(tester, regex, patt, req_uri, page_uri, whitelist))

Missing space before opening parentheses here. (Yeah it was already missing, but since you're touching that line, it'd be good to fix it.)

@@ +366,3 @@
                                    const char *req_uri,
+                                   const char *page_uri,
+                                   gboolean whitelist)

Same alignment problem here

@@ +424,2 @@
     {
+      g_hash_table_insert (urlcache, g_strdup (req_uri), g_strdup("1"));

Same nit about opening parentheses here...

@@ +431,2 @@
     {
+      g_hash_table_insert (urlcache, g_strdup (req_uri), g_strdup("1"));

...and here...

@@ +434,3 @@
     }
 
+  g_hash_table_insert (urlcache, g_strdup (req_uri), g_strdup("0"));

...and here.
Comment 38 Michael Catanzaro 2015-11-10 23:41:11 UTC
Review of attachment 315203 [details] [review]:

Yes please!
Comment 39 Michael Catanzaro 2015-11-10 23:42:39 UTC
(In reply to Que Quotion from comment #23)
> Would it be sufficent to install upstream webkit (largest source code ever?)
> and then rebuild epiphany from source to test?

Yeah, but it's a bit of a project if you haven't done it before, I wouldn't recommend it... easiest to wait until your distro has an updated package. I expect (but don't promise) that the fix will be in WebKitGTK+ 2.10.4.
Comment 40 Emanuele Aina 2015-11-11 12:19:30 UTC
Created attachment 315255 [details] [review]
EphyUriTester: Escape '[' and ']' when converting patterns to regexps
Comment 41 Emanuele Aina 2015-11-11 12:19:36 UTC
Created attachment 315256 [details] [review]
EphyUriTester: Handle '@@' whitelisting exception rules

The AdBlockPlus filter language has some special rules that start with
'@@' and are meant to override some overly matching blocking rules by
whitelisting those which should succeed.
Comment 42 Emanuele Aina 2015-11-11 12:19:42 UTC
Created attachment 315257 [details] [review]
EphyUriTester: Drop keys/signatures logic

It seems to be a performance optimization, but it seems to be quite
premature and resulted in some rules not being handled correctly: in
particular http://screen.yahoo.com was still broken as the
exception/whitelisted rule was for some reason skipped by the code
computing signatures.
Comment 43 Emanuele Aina 2015-11-11 12:20:49 UTC
Attachment 315255 [details] pushed as 399c642 - EphyUriTester: Escape '[' and ']' when converting patterns to regexps
Attachment 315256 [details] pushed as 3da9b1f - EphyUriTester: Handle '@@' whitelisting exception rules
Attachment 315257 [details] pushed as 1600a5f - EphyUriTester: Drop keys/signatures logic
Comment 44 Emanuele Aina 2015-11-11 12:46:31 UTC
Pushed to the gnome-3.18 branch as I had to backport them anyway.
Comment 45 Emanuele Aina 2015-11-11 12:58:19 UTC
Created attachment 315258 [details] [review]
EphyUriTester: Avoid g_strdup() when a boolean is enough

It bothered me too much, so I did a simple conversion to boolean values
directly stored in pointers instead of g_strdup("1") and g_strdup("0").
Comment 46 Que Quotion 2015-11-15 03:01:01 UTC
(In reply to Michael Catanzaro from comment #39)
> Yeah, but it's a bit of a project if you haven't done it before

Unfortunately I have :) at one point I was attempting to package webkit-svn for multilib as part of a certain project... I was lucky enough to actually download the whole thing once, but svn rarely gets through that much data without some kind of breakage.
Comment 47 Michael Catanzaro 2015-12-18 15:55:47 UTC
(In reply to Emanuele Aina from comment #42)
> Created attachment 315257 [details] [review] [review]
> EphyUriTester: Drop keys/signatures logic
> 
> It seems to be a performance optimization, but it seems to be quite
> premature and resulted in some rules not being handled correctly: in
> particular http://screen.yahoo.com was still broken as the
> exception/whitelisted rule was for some reason skipped by the code
> computing signatures.

I reverted this for bug #759501, until we have time to investigate this further. :/
Comment 48 Que Quotion 2016-04-03 06:39:29 UTC
Any updates?
Comment 49 GNOME Infrastructure Team 2018-08-03 20:29:43 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/epiphany/issues/265.