revert security settings again
This commit is contained in:
@@ -182,7 +182,8 @@ STATICFILES_DIRS = [
|
|||||||
|
|
||||||
|
|
||||||
# SECURITY
|
# SECURITY
|
||||||
CSRF_COOKIE_SECURE = True
|
# TODO: Security Warning
|
||||||
|
# CSRF_COOKIE_SECURE = True
|
||||||
CSRF_TRUSTED_ORIGINS = [
|
CSRF_TRUSTED_ORIGINS = [
|
||||||
"https://" + env("HOST_NAME"),
|
"https://" + env("HOST_NAME"),
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user