Free tool
Check a site's security headers
Enter a website and we'll fetch its HTTP response headers, grade the security ones, and explain in plain language what each does and what's missing.
How this works
- We make a single request to the address from our server and read only the response headers.
- We don't store the result, and nothing is shared unless you copy the link.
Security headers
cactus.net
6 of 6 recommended headers present
Header grade
- All recommended security headers are present - excellent posture.
Headers
Recommended security headers
-
Strict-Transport-SecurityPresentStrict-Transport-Security forces browsers to use HTTPS, preventing downgrade and cookie-theft attacks.
max-age=31536000; includeSubDomains; preload -
Content-Security-PolicyPresentContent-Security-Policy limits what a page can load - the strongest defence against cross-site scripting (XSS).
default-src 'self'; script-src 'self' 'nonce-l+8he6eTQK+BG37mKdMUuA==' static.cloudflareinsights.com; style-src 'self' 'unsafe-inline'; img-src 'self' data:; font-src 'self'; connect-src 'self' cloudflareinsights.com; worker-src 'self'; frame-ancestors 'none'; form-action 'self'; object-src 'none'; … -
X-Content-Type-OptionsPresentX-Content-Type-Options: nosniff stops the browser from guessing file types, blocking a class of attacks.
nosniff -
X-Frame-OptionsPresentX-Frame-Options (or CSP frame-ancestors) stops other sites from embedding this one to trick you (clickjacking).
DENY -
Referrer-PolicyPresentReferrer-Policy controls how much address information leaks when you follow a link to another site.
strict-origin-when-cross-origin -
Permissions-PolicyPresentPermissions-Policy limits which browser features (camera, microphone, location) a page may use.
camera=(self), microphone=(), geolocation=(), payment=(), usb=(), serial=(), bluetooth=(), hid=(), midi=(), accelerometer=(), gyroscope=(), magnetometer=(), interest-cohort=()
Response
Other details
- Final URL
https://cactus.net/- Server
-
cloudflare
These headers are one signal of a site's security hygiene, not a verdict on whether the site is safe or trustworthy. A site can have perfect headers and still be malicious, or miss headers and be perfectly legitimate.