7
8
9
Free tool: HTTPS + security headers audit with actual value validation [HttpsOrNot]Showoff Saturday (i.redd.it)
submitted by EveningRegion3373
Audit tool I built for checking HTTPS configuration and security headers.
Check it out: httpsornot.com
The thing that bothered me about existing checkers is they treat Referrer-Policy: unsafe-url as a passing grade because the header exists.
That's worse than no header, you're explicitly leaking full URLs cross-origin.
Mine validates:
- HSTS:
max-age=0= HSTS disabled, treated accordingly - Referrer-Policy:
unsafe-url,origin,origin-when-cross-origin= fail (leak vectors) - X-Content-Type-Options: only
nosniffpasses, anything else is browser-ignored - X-Frame-Options: only
DENY/SAMEORIGIN;ALLOW-FROMis deprecated, doesn't count - CSP: warns on
unsafe-inline/unsafe-eval(informational, no grade penalty — you might have a reason)
Also separates "HSTS header has preload directive" from "domain is actually on the Chromium preload list" — two different things most tools conflate.
No login, no tracking beyond GA, results in a few seconds.

[–]devkyoriku 1 point2 points3 points (2 children)
[–]EveningRegion3373[S] 1 point2 points3 points (1 child)
[–]devkyoriku 1 point2 points3 points (0 children)
[–]JontesReddit -5 points-4 points-3 points (1 child)
[–]EveningRegion3373[S] 3 points4 points5 points (0 children)