Security
What is Mixed Content?
Mixed content occurs when an HTTPS page loads resources via insecure HTTP.
Mixed content occurs when a page served over HTTPS includes resources (images, scripts, CSS) loaded over HTTP.
SEO Impact
Mixed content triggers security warnings in browsers and can affect user trust.
Related Terms
What is HSTS?
HSTS forces browsers to only use HTTPS to access your site, preventing downgrade attacks.
What is Content-Security-Policy?
CSP is a security header that controls which resources can be loaded on your page, protecting against XSS attacks.
What is Referrer-Policy?
Referrer-Policy controls what referrer information is shared when a user clicks an outbound link.
What is X-Frame-Options?
X-Frame-Options prevents your site from being embedded in iframes on other sites, protecting against clickjacking.