mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-25 04:43:10 +00:00
Merge branch 'session_cookie_secure' into 'dev'
Explain SESSION_COOKIE_AGE in settings_local.example.py See merge request re2o/re2o!511
This commit is contained in:
commit
469e273efb
1 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,8 @@ SESSION_COOKIE_SECURE = False
|
||||||
CSRF_COOKIE_SECURE = False
|
CSRF_COOKIE_SECURE = False
|
||||||
CSRF_COOKIE_HTTPONLY = False
|
CSRF_COOKIE_HTTPONLY = False
|
||||||
X_FRAME_OPTIONS = "DENY"
|
X_FRAME_OPTIONS = "DENY"
|
||||||
|
|
||||||
|
# The validity duration of session cookies, in seconds
|
||||||
SESSION_COOKIE_AGE = 60 * 60 * 3
|
SESSION_COOKIE_AGE = 60 * 60 * 3
|
||||||
|
|
||||||
# The path where your organization logo is stored
|
# The path where your organization logo is stored
|
||||||
|
|
Loading…
Reference in a new issue