real-prod #855

Merged
lbailly merged 17 commits from real-prod into cof-prod 2025-02-26 08:51:23 +01:00
Showing only changes of commit 853611556c - Show all commits

View file

@ -204,7 +204,7 @@ CHANNEL_LAYERS = credentials.get_json(
ASGI_APPLICATION = "gestioasso.routing.application"
CORS_ALLOWED_ORIGINS = credentials.get("CORS_ALLOWED_ORIGINS", [])
CSRF_TRUSTED_ORIGINS = ALLOWED_HOSTS
CSRF_TRUSTED_ORIGINS = [f"https://{host}" for host in ALLOWED_HOSTS]
SITE_ID = 1