Skip to content
New issue

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

Enable HttpOnly and Secure on cookie creation #24522

Closed
davidby-influx opened this issue Dec 20, 2023 · 0 comments
Closed

Enable HttpOnly and Secure on cookie creation #24522

davidby-influx opened this issue Dec 20, 2023 · 0 comments

Comments

@davidby-influx
Copy link
Contributor

davidby-influx commented Dec 20, 2023

To improve security, always set the HttpOnly flag and set the Secure flag on cookies when TLS is enabled.

@davidby-influx davidby-influx self-assigned this Dec 20, 2023
davidby-influx added a commit that referenced this issue Dec 20, 2023
When TLS is enabled, set the HttpOnly and
Secure flags when a cookie is created.

closes: #24522
davidby-influx added a commit that referenced this issue Dec 20, 2023
Set the HttpOnly and, when TLS is enabled, 
Secure flags on cookies

closes: #24522
davidby-influx added a commit that referenced this issue Dec 20, 2023
Set the HttpOnly and, when TLS is enabled,
Secure flags on cookies

closes: #24522

(cherry picked from commit 8e8700f)

closes #24523
davidby-influx added a commit that referenced this issue Dec 20, 2023
Set the HttpOnly and, when TLS is enabled,
Secure flags on cookies

closes: #24522

(cherry picked from commit 8e8700f)

closes #24523
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants