Skip to content
Snippets Groups Projects
Commit 155974a6 authored by Theo Lesage's avatar Theo Lesage Committed by Bastien Abadie
Browse files

Enable HttpOnly on session cookies

parent 2f91bfe3
No related branches found
No related tags found
1 merge request!2261Enable HttpOnly on session cookies
......@@ -438,8 +438,6 @@ SESSION_COOKIE_NAME = conf["session"]["cookie_name"]
SESSION_COOKIE_DOMAIN = conf["session"]["cookie_domain"]
SESSION_COOKIE_SAMESITE = conf["session"]["cookie_samesite"].value
SESSION_COOKIE_SECURE = conf["session"]["cookie_secure"]
# Required for authentication over websockets
SESSION_COOKIE_HTTPONLY = False
# When a real cache system is available, write the session to the cache
# and to the database (write-through), so that the backend can immediately checks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment