GNOME Bugzilla – Bug 782441
Browser warning about mixed content
Last modified: 2017-05-10 14:22:46 UTC
The browser warns about mixed content accessing the list archives. > Loading mixed (insecure) display content "http://www.gnome.org/img/logo/foot-16.png" on a secure page Indeed, the links don’t use the HTTPS schema. ``` <link rel="icon" type="image/png" href="http://www.gnome.org/img/logo/foot-16.png"> <link rel="SHORTCUT ICON" type="image/png" href="http://www.gnome.org/img/logo/foot-16.png"> ``` It’d be great if all links in the template were updated. [1] https://mail.gnome.org/archives/commits-list/2017-February/msg05035.html
Fixed that [1]. It'll apply to all the generated HTML pages since my commit as we won't be re-generating ALL the archives. (there's an automatic redirect to https on www.gnome.org anyway so your browser is being picky) [1] https://git.gnome.org/browse/mhonarc/commit/?id=add53409d462604c32cf4ac06f20f33c3028bae5
(In reply to Andrea Veri from comment #1) > Fixed that [1]. It'll apply to all the generated HTML pages since my commit > as we won't be re-generating ALL the archives. Thank you. > (there's an automatic redirect to https on www.gnome.org anyway so your browser > is being picky) No, it’s not picky but correct to not follow that redirect due to man-in-the-middle attacks (DNS, …). > [1] > https://git.gnome.org/browse/mhonarc/commit/ > ?id=add53409d462604c32cf4ac06f20f33c3028bae5