Don't fuck with CORS

This commit is contained in:
Luke Murphy
2020-04-10 10:37:54 +02:00
parent 6e8ec7a79a
commit 683cb260da

View File

@ -73,3 +73,5 @@ SMTP_PASSWORD = "{{ smtp_passwd }}"
SMTP_PORT = "{{ smtp_port }}"
SMTP_STARTTLS = True
SMTP_USERNAME = "{{ smtp_username }}"
CORS_ORIGINS = ["*"]