Content-Security-Policy (CSP)
Restricts which scripts, styles, frames and other resources a browser may load. A carefully tested CSP can reduce the impact of cross-site scripting.
Check the browser-facing security headers on any public website. Review CSP, HSTS, MIME sniffing protection, Referrer-Policy, clickjacking controls, CORS and cookie security signals in seconds.
Run all 19 DeployPass checks for frontend exposure, source maps, mixed content, framework disclosure and more.
Security headers tell browsers how to handle content, framing, transport and referrer data. A missing header is not automatically a vulnerability, but weak or absent controls can make common web attacks easier.
Restricts which scripts, styles, frames and other resources a browser may load. A carefully tested CSP can reduce the impact of cross-site scripting.
Tells compatible browsers to use HTTPS for future requests after a secure connection has been established.
The nosniff value tells browsers not to reinterpret declared MIME types in ways that can create security problems.
Use CSP frame-ancestors or, where appropriate, X-Frame-Options to control whether another site may frame your pages.
Controls how much referrer information the browser sends when users navigate away or load cross-origin resources.
DeployPass also reviews obvious CORS behavior and Secure, HttpOnly and SameSite signals when cookies are observable on the scanned response.
A strong header configuration depends on the application. For example, an overly strict CSP can break legitimate scripts, and HSTS should normally be enabled only after HTTPS is stable across the intended hostnames. DeployPass reports observable signals and gives practical starting points rather than claiming that one header set makes a site secure.
They are HTTP response headers that instruct browsers to apply security-related behavior, such as enforcing HTTPS, limiting framing, controlling referrer information or restricting allowed content sources.
No. Security headers cover only part of a web application's security posture. Server-side authorization, dependency vulnerabilities, authentication, business logic and database controls require other forms of review.
The scanned public response may not set a cookie. DeployPass reports N/A when a condition was not observable instead of treating it as a pass.
No. This tool performs passive public-surface checks and does not attempt exploitation, credential attacks or port scanning.
The full scan adds checks for mixed content, source map exposure, frontend secret-like patterns, public environment-variable names, framework disclosure, verbose errors and other deployment signals.