…I use SSL for the whole site. As such, all my files etc are served up on https://, to stop any “mixed content” issues. However, for some reason FF has decided to stop playing ball! IE, Safari, Chrome, etc… all show a “locked” padlock (to show its safe to make purchases on) … yet FF shows it as a “broken secure”. I get:
Unfortunately, none of those helped The really weird/annoying thing - is that if I comment out the favicon line - it STILL moans! Its almost like FF is ignoring my own line, and trying to load a default favicon.ico file
When I go to http://steampunkjunkies.net/favicon.ico
the image that loads is https://steampunkjunkies.net/favicon.ico
and <link rel="icon" type="image/x-icon" href="https://steampunkjunkies.net/favicon.ico" />
is referencing https
but I changed it after this issue came up. The stupid thing that is annoying me - is that it seems to be ignoring my meta tag (even if its commented out, it still comes up). I’ve commented it out now, so you can see what I mean: https://steampunkjunkies.net/
Its now working fine for me (with the favicon) in a “Private” window in Firefox … but still not in my main window! I’ve tried clearing cache, rebooting, etc etc… but still the same
Well, I guess as long as its working ok for others - I can live with that! I was just concerned it was putting people off making purchases, as the padlock wasn’t showing up.
It used to be smart to include it since not every browser looked for it.
I include it just because it’s a single line and ensures it’ll be loaded everywhere. I don’t know if 100% of browsers look automatically now. I assume they all do, but why push it?