[Webkit-unassigned] [Bug 181421] [GTK] Problem with Washington Post images

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 1 05:39:48 PST 2018


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

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cgarcia at igalia.com

--- Comment #1 from Carlos Garcia Campos <cgarcia at igalia.com> ---
This is because Washington Post is using the user agent to decide the image formats it serves. In the case of chromium the images are served as webp, for firefox jpeg is used and in our case it's assuming we are safari and it's providing jp2 images that we don't support. So, we would need a user agent quirk to pretend to be firefox or chromium (I guess better chromium in this case) or add an image decoder for jpeg 2000.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180201/5918c6ef/attachment-0001.html>


More information about the webkit-unassigned mailing list