P1 · HighSecurity
Mixed content
HTTPS page loads HTTP resources
Code: mixed_content
Why it matters
HTTPS page loads HTTP resources. Browsers and users expect sites to be secure. Missing protections expose visitors to data theft, phishing, and loss of trust.
How to fix
Replace http:// with https:// or use protocol-relative URLs
html<!-- Before -->
<img src="http://example.com/image.jpg">
<!-- After -->
<img src="https://example.com/image.jpg">
<!-- Or add upgrade-insecure-requests header -->
<!-- -->Related checks in Security
Run a free scan to check your site
Get a complete audit in under 2 minutes. No account required.
Start Free Scan