diff --git a/fet2020/fet2020/settings.py b/fet2020/fet2020/settings.py index c7974f8b..eeb37697 100644 --- a/fet2020/fet2020/settings.py +++ b/fet2020/fet2020/settings.py @@ -182,7 +182,8 @@ STATICFILES_DIRS = [ # SECURITY -CSRF_COOKIE_SECURE = True +# TODO: Security Warning +# CSRF_COOKIE_SECURE = True CSRF_TRUSTED_ORIGINS = [ "https://" + env("HOST_NAME"), ]