Audit Set-Cookie headers for Secure, HttpOnly and SameSite.
3 findings across 2 cookies
prefs: No Secure attribute, so the cookie is sent over plain HTTP if anything on the site is reachable without TLS. prefs: No HttpOnly attribute, so any script on the page can read it. For a session cookie this is the difference between a cross-site scripting bug and a full account takeover. prefs: No SameSite attribute. Browsers now default to Lax, but relying on a default that has changed once already is worth avoiding.
| Check | Secure | HttpOnly | SameSite | Scoped |
|---|---|---|---|---|
| session | yespass | yespass | laxpass | host onlypass |
| prefs | noissue | noissue | unsetissue | host onlypass |
What this cannot tell you
Take this with you
Cookie Security Check on RunTheTests — free browser-based websec tools, no sign-up.