Security
What is Content-Security-Policy?
CSP is a security header that controls which resources can be loaded on your page, protecting against XSS attacks.
Content-Security-Policy (CSP) is an HTTP header specifying which content sources are allowed on your page.
SEO Impact
CSP protects against malicious script injection. Google values secure sites.
Related Terms
What is Mixed Content?
Mixed content occurs when an HTTPS page loads resources via insecure HTTP.
What is HSTS?
HSTS forces browsers to only use HTTPS to access your site, preventing downgrade 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.