diff --git a/project/settings/development.py b/project/settings/development.py index a6f45b2f..2bd96705 100644 --- a/project/settings/development.py +++ b/project/settings/development.py @@ -6,6 +6,8 @@ from sentry_sdk.integrations.django import DjangoIntegration ALLOWED_HOSTS = ['gm.id-east.ru', '95.213.204.126', '0.0.0.0'] +CSRF_TRUSTED_ORIGINS = ['.gm.id-east.ru', ] + SEND_SMS = False SMS_CODE_SHOW = True USE_CELERY = True