Custom icon not showing in IE11

This code works in all execpt browsers IE

. Someone said that if you access the page with ( https://

) without a certificate, it won't work.

<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />

      

Can certificate errors ( https

) prevent the custom icon from appearing?

+3


source to share





All Articles