Bug#912186: debbugs: correct favicon location in <link/> HTML header

Chris Lamb <[email protected]> Sun, 28 Oct 2018 17:49:51 -0400
Newsgroups gmane.linux.debian.devel.debbugs
Message-ID <1540763391.3133956.1557571760.787D22C0__34200.848991941$1540763493$gmane$org@webmail.messagingengine.com>
Source: debbugs
Version: 2.6.0
Severity: normal
Tags: patch

Hi,

Currently we render this to pages:

  <link rel="icon" href="//favicon.png">

Unfortunately, this actually represents a protocol-relative URI
instead of an path-absolute link, causing lookups to a location
such as "https://favicon.png/" or "http://favicon.png/".

Patch attached.


Regards,