Mixed Contend due to missing s in https
Closed this issue · 1 comments
trichner commented
The page requests among others the following image:
http://upload.wikimedia.org/wikipedia/commons/thumb/3/30/RedDisc.svg/20px-RedDisc.svg.png
Since this is not via https:// chrome no longer shows the shiny green 'secure' marker next to the url.
Simply replace it with:
https://upload.wikimedia.org/wikipedia/commons/thumb/3/30/RedDisc.svg/20px-RedDisc.svg.png
trichner commented
Nice! works :)