in reply to "This site is not secure" warning message
Unfortunately the monk image in the upper right corner has an absolute link in the page delivered, e.g.
<a href="?node_id=966"><img src="http://perlmonks.org/images/monk1sm.g +if" border="0" alt="Frank" title="Frank" width="74" height="91" /></a +>
instead of a relative one
<a href="?node_id=966"><img src="/images/monk1sm.gif" border="0" alt=" +Frank" title="Frank" width="74" height="91" /></a>
which makes the page insecure, since it loads unencrypted stuff into an encrypted container. There's a patch for that, but other things might blow up, too.
|
|---|