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