How to tell which resources are loaded "insecurely" with Chrome using https

See this question which describes how to see a list all resources. It includes the URL, which you can inspect to see if is http instead of https.


Hyperlinks do not load resources unless clicked. Typical culprits are usually images or frames loaded without the https prefix. I'd take a look through the source for http links for a better idea.