GNU bug report logs - #54246
29.0.50; EWW not showing images in some websites

Previous Next

Package: emacs;

Reported by: payas <relekarpayas <at> gmail.com>

Date: Fri, 4 Mar 2022 17:42:01 UTC

Severity: normal

Tags: moreinfo

Found in version 29.0.50

Fixed in version 29.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #29 received at 54246 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: payas <relekarpayas <at> gmail.com>
Cc: luangruo <at> yahoo.com, Eli Zaretskii <eliz <at> gnu.org>, 54246 <at> debbugs.gnu.org
Subject: Re: bug#54246: 29.0.50; EWW not showing images in some websites
Date: Sat, 05 Mar 2022 20:17:58 +0100
payas <relekarpayas <at> gmail.com> writes:

> Also about the images being WebP/AVIF, I see an explicit image tag
> with `jpeg' file as src, can eww not prioritise that?

The problem is more specific.  Put this in a file an open with
eww-open-file, and eww won't be able to display it:

<img src="https://cdn.christine.website/file/christine-static/stickers/mara/hmm.png" alt="Mara is hmm">

And the reason is that the web server responds to the fetch with an 401
Unauthorized.  So the CDN is just denying the requests.  I.e., it's a
server issue, not an Emacs issue.

(I don't know why it's doing this, though -- it's probably using AI to
determine if the request is "legitimate" or not, and some combination of
headers we're sending is tripping it.)

Ah!  It's Cloudflare:

CF-Cache-Status: BYPASS
Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"

They have a lot of issues like this.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




This bug report was last modified 3 years and 77 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.