mirror of
https://github.com/daniviga/django-ram.git
synced 2026-02-03 17:40:39 +01:00
Further hardening
This commit is contained in:
@@ -110,8 +110,10 @@ MEDIA_URL = "media/"
|
|||||||
MEDIA_ROOT = STORAGE_DIR / "media"
|
MEDIA_ROOT = STORAGE_DIR / "media"
|
||||||
|
|
||||||
# cookies hardening
|
# cookies hardening
|
||||||
|
SESSION_COOKIE_NAME = '__Secure-sessionid'
|
||||||
SESSION_COOKIE_SECURE = True
|
SESSION_COOKIE_SECURE = True
|
||||||
SESSION_COOKIE_HTTPONLY = True
|
SESSION_COOKIE_HTTPONLY = True
|
||||||
|
CSRF_COOKIE_NAME = '__Secure-csrftoken'
|
||||||
CSRF_COOKIE_SECURE = True
|
CSRF_COOKIE_SECURE = True
|
||||||
CSRF_COOKIE_HTTPONLY = True
|
CSRF_COOKIE_HTTPONLY = True
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user