Skip to content
Snippets Groups Projects
Unverified Commit 1f4b395e authored by Torma Kristóf's avatar Torma Kristóf :alien:
Browse files

add csrf trusted setting

parent 84f58598
No related branches found
No related tags found
No related merge requests found
Pipeline #43304 passed
...@@ -33,3 +33,5 @@ EMAIL_HOST_PASSWORD = os.getenv('SMTP_PASSWORD') ...@@ -33,3 +33,5 @@ EMAIL_HOST_PASSWORD = os.getenv('SMTP_PASSWORD')
CELERY_BROKER_URL = os.getenv('CELERY_BROKER_URL') CELERY_BROKER_URL = os.getenv('CELERY_BROKER_URL')
CELERY_RESULT_BACKEND = os.getenv('CELERY_BROKER_URL') CELERY_RESULT_BACKEND = os.getenv('CELERY_BROKER_URL')
CSRF_TRUSTED_ORIGINS = os.getenv('CSRF_TRUSTED_ORIGINS')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment