When Chrome accesses a page that has some insecure content on the page, it puts a slash through the https:// and says that that is the case. How can I find the content that is not secured without going through the page source code?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 3 down vote accepted

You can bring up Developer Tools (CTRL + SHIFT + I) and go to Console tab. there you will have log entries such as:

The page at ... displayed insecure content from ...
link|improve this answer
There is nothing listed... (I am showing all content). What am I doing wrong? – soandos Oct 3 '11 at 0:54
What kind of insecure content is it? It works for me with external images and JavaScript. – Vlad Oct 3 '11 at 19:36
That is is what I am trying to find out... – soandos Oct 4 '11 at 0:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.