Don't fuck with CORS
This commit is contained in:
parent
6e8ec7a79a
commit
683cb260da
@ -73,3 +73,5 @@ SMTP_PASSWORD = "{{ smtp_passwd }}"
|
|||||||
SMTP_PORT = "{{ smtp_port }}"
|
SMTP_PORT = "{{ smtp_port }}"
|
||||||
SMTP_STARTTLS = True
|
SMTP_STARTTLS = True
|
||||||
SMTP_USERNAME = "{{ smtp_username }}"
|
SMTP_USERNAME = "{{ smtp_username }}"
|
||||||
|
|
||||||
|
CORS_ORIGINS = ["*"]
|
||||||
|
Reference in New Issue
Block a user