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?
|
feedback
|
|
You can bring up Developer Tools (CTRL + SHIFT + I) and go to Console tab. there you will have log entries such as:
| |||||||
feedback
|