diff --git a/src/backend/meet/settings.py b/src/backend/meet/settings.py index 29d5b3c6..94582f68 100755 --- a/src/backend/meet/settings.py +++ b/src/backend/meet/settings.py @@ -536,7 +536,6 @@ class Production(Base): # - Your proxy sets the X-Forwarded-Proto header and sends it to Django # # In other cases, you should comment the following line to avoid security issues. - # SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https") SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https") # Modern browsers require to have the `secure` attribute on cookies with `Samesite=none`