Follow the public path
Every destination is checked before connection. Private networks and unusual web ports stay out of scope.
Public response · plain-English evidence
See which browser protections a public page sends, what each one does and which settings deserve a careful review before they change.
Check a pageInspect one public response
Use a homepage or a specific public page. We follow its redirects and inspect the headers on the final response.
We request the public page much like a browser would. The result can vary by page, location, CDN rule, login state or deployment.
What this check actually does
We follow up to five public redirects, inspect the final response and keep the reading brief so a repeat visit does not keep fetching the same page.
Every destination is checked before connection. Private networks and unusual web ports stay out of scope.
Core headers, optional isolation controls and obsolete signals are interpreted separately.
Advice calls out trade-offs because a stricter header can break legitimate scripts, frames, popups or services.
Read the boundary
This check cannot find application vulnerabilities, test authenticated pages, prove compliance or confirm that every browser and route receives the same policy.
Security header questions
No. They can reduce specific browser risks, but they cannot reveal every application vulnerability, configuration problem or authenticated journey.
No. Content-Security-Policy-Report-Only records violations while a policy is refined. It does not block content as an enforced CSP does.
No. HSTS, CSP and nosniff are broadly useful when configured correctly. Permissions and cross-origin isolation policies depend more heavily on site architecture.
Headers can vary by route, CDN rule, response status, application, login state and deployment. Check important page types separately.
Yes. CSP can block legitimate resources, HSTS can make broken HTTPS impossible to bypass, and isolation policies can affect popups or embedded content. Test first and keep a rollback path.