Skip to content
Snippets Groups Projects

Enable HttpOnly on session cookies

Merged Theo Lesage requested to merge session-httponly into master
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading