revert security settings again

This commit is contained in:
2022-04-24 11:35:32 +00:00
parent 5b8099dc09
commit c4b2d4968f

View File

@@ -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"),
] ]