You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I spotted some sites that aren't setting the Secure flag on their cookies, mostly session cookies. This isn't a huge problems since we're setting HSTS and redirecting HTTP to HTTPS, but it's a best practice we should implement when possible.
Starchy says:
I spotted some sites that aren't setting the Secure flag on their cookies, mostly session cookies. This isn't a huge problems since we're setting HSTS and redirecting HTTP to HTTPS, but it's a best practice we should implement when possible.
democracy.io* Set-Cookie: XSRF-TOKEN=undefined; Path=/
The text was updated successfully, but these errors were encountered: