From 683cb260da4728ddb0d278974bad70b5ce205517 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 10 Apr 2020 10:37:54 +0200 Subject: [PATCH] Don't fuck with CORS --- ansible/templates/alertad.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/templates/alertad.conf b/ansible/templates/alertad.conf index 9c776a0..cdd3b78 100644 --- a/ansible/templates/alertad.conf +++ b/ansible/templates/alertad.conf @@ -73,3 +73,5 @@ SMTP_PASSWORD = "{{ smtp_passwd }}" SMTP_PORT = "{{ smtp_port }}" SMTP_STARTTLS = True SMTP_USERNAME = "{{ smtp_username }}" + +CORS_ORIGINS = ["*"]