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 782441 - Browser warning about mixed content
Browser warning about mixed content
Status: RESOLVED FIXED
Product: sysadmin
Classification: Infrastructure
Component: Other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Sysadmins
GNOME Sysadmins
Depends on:
Blocks:
 
 
Reported: 2017-05-10 13:47 UTC by Paul Menzel
Modified: 2017-05-10 14:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Paul Menzel 2017-05-10 13:47:39 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
Comment 1 Andrea Veri 2017-05-10 14:15:13 UTC
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
Comment 2 Paul Menzel 2017-05-10 14:22:46 UTC
(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