Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 541424 - SSL warning due to favicon.ico
Summary: SSL warning due to favicon.ico
Status: RESOLVED FIXED
Alias: None
Product: Websites
Classification: Unclassified
Component: Archives (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Infrastructure
URL: https://archives.gentoo.org/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-26 13:05 UTC by Chí-Thanh Christopher Nguyễn
Modified: 2015-02-26 13:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chí-Thanh Christopher Nguyễn gentoo-dev 2015-02-26 13:05:56 UTC
https://archives.gentoo.org/ fetches its favicon with the following code:

<link rel="icon" href="http://www.gentoo.org/favicon.ico" type="image/x-icon">

This causes a browser security warning about a partially encrypted SSL website. A way to resolve this would be omitting the "http:" as per the following example:

<link rel="icon" href="//www.gentoo.org/favicon.ico" type="image/x-icon">
Comment 1 Alex Legler (RETIRED) archtester gentoo-dev Security 2015-02-26 13:13:18 UTC
done, thanks.