From f8dacd3122a7309808374ba3c3cbdbeb720d4fde Mon Sep 17 00:00:00 2001 From: Joshua King Date: Sun, 23 Aug 2026 11:40:45 -0400 Subject: [PATCH] Add CORS allowed origins for HTTP configuration --- configuration.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.yaml b/configuration.yaml index 82e3a4b..39aedec 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -44,6 +44,8 @@ http: use_x_forwarded_for: true trusted_proxies: - 10.60.1.1 + cors_allowed_origins: + - https://dakboard.com ### notify_events ### notify_events: