We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To improve security, always set the HttpOnly flag and set the Secure flag on cookies when TLS is enabled.
HttpOnly
The text was updated successfully, but these errors were encountered:
fix: enable HttpOnly and Secure using TLS
e5b864a
When TLS is enabled, set the HttpOnly and Secure flags when a cookie is created. closes: #24522
fix: enable Secure when using TLS and enable HttpOnly (#24524)
8e8700f
Set the HttpOnly and, when TLS is enabled, Secure flags on cookies closes: #24522
c84711f
Set the HttpOnly and, when TLS is enabled, Secure flags on cookies closes: #24522 (cherry picked from commit 8e8700f) closes #24523
fix: enable Secure when using TLS and enable HttpOnly (#24524) (#24526)
66ebe36
davidby-influx
No branches or pull requests
To improve security, always set the
HttpOnly
flag and set the Secure flag on cookies when TLS is enabled.The text was updated successfully, but these errors were encountered: