Verificador de cabeçalhos de segurança HTTP

Verifique cabeçalhos de segurança HTTP e veja valores recomendados.
Seguir redirecionamentos
Seguro
Os resultados não são armazenados nem publicados.

Notas

Security headers are HTTP response headers that help mitigate attacks that exploit web vulnerabilities such as cross-site scripting (XSS) and clickjacking.

With this tool, you can diagnose whether common security headers are set and whether the directives are configured correctly by simply entering a target URL.

HeaderRecommended value / ExampleDescription
Strict-Transport-Security (HSTS)max-age=31536000Instructs the browser to communicate over HTTPS.
31536000 specifies the duration (in seconds) that the browser remembers to use HTTPS.
Content-Security-Policy (CSP)default-src 'self' example.comHelps mitigate attacks such as cross-site scripting (XSS).
By allowing trusted external domains, you can permit content from those domains.
X-Frame-OptionsSAMEORIGINControls whether the page can be displayed within iframeembedobject elements.
DENY or SAMEORIGIN helps protect against clickjacking.
X-Content-Type-OptionsnosniffForces the browser to follow the MIME type specified in Content-Type.
nosniff helps prevent MIME sniffing.
referrer-policyno-referrerControls how much referrer information is included in requests.
no-referrer, no referrer information is sent.
Permissions-Policycamera=() microphone=()Controls which browser features are allowed within the page.
For example, camera=() disables camera access via MediaDevices on that page.

This tool does not check non-standard or deprecated headers such as X-XSS-Protection.
Even for supported headers, it shows warnings when it detects deprecated or unsafe directives.

Ferramentas relacionadas