diff --git a/src/core/settings.py b/src/core/settings.py index f15a8be..5503e12 100644 --- a/src/core/settings.py +++ b/src/core/settings.py @@ -32,6 +32,7 @@ SECRET_KEY = config.SECRET_KEY DEBUG = config.DEBUG CORS_ALLOWED_ORIGINS = config.CORS_ORIGINS +CSRF_TRUSTED_ORIGINS = config.CORS_ORIGINS ALLOWED_HOSTS = config.ALLOWED_HOSTS