mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
Gmail display fix for news moderation email (#1622)
This commit is contained in:
@@ -104,7 +104,7 @@ AUTH_USER_MODEL = "users.User"
|
||||
CSRF_COOKIE_HTTPONLY = True
|
||||
# See https://docs.djangoproject.com/en/4.2/ref/settings/#csrf-trusted-origins
|
||||
csrf_trusted_origins = env.list(
|
||||
"CSRF_TRUSTED_ORIGINS", default="http://0.0.0.0, http://localhost"
|
||||
"CSRF_TRUSTED_ORIGINS", default=["http://0.0.0.0", "http://localhost"]
|
||||
)
|
||||
CSRF_TRUSTED_ORIGINS = [el.strip() for el in csrf_trusted_origins]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user