[ GF.dev ] All Tools →

Mixed Content Scanner

Mixed content occurs when a secure page loads scripts or images over insecure HTTP. This scanner parses your HTML code to identify insecure 'src' attributes.

Ready to scan...

Frequently Asked Questions

Why is the padlock icon missing?

If you load even one image via HTTP on an HTTPS page, the browser considers the page 'Not Secure'.

How do I fix this?

Update all your HTML `src` links to use `https://` or relative paths like `/images/logo.png`.