Don't fuck with CORS

This commit is contained in:
Luke Murphy 2020-04-10 10:37:54 +02:00
parent 6e8ec7a79a
commit 683cb260da
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 0 deletions

View File

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