From 8e414dd077d2e8ce4213a3a0ec6ff47e243a28c0 Mon Sep 17 00:00:00 2001 From: Christian Elberfeld <elberfeld@web.de> Date: Thu, 20 Jun 2024 19:41:26 +0200 Subject: [PATCH] remove cors --- intern/docker_homeassistant/templates/config/configuration.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/intern/docker_homeassistant/templates/config/configuration.yaml b/intern/docker_homeassistant/templates/config/configuration.yaml index 35d3762f..aad7d581 100644 --- a/intern/docker_homeassistant/templates/config/configuration.yaml +++ b/intern/docker_homeassistant/templates/config/configuration.yaml @@ -37,8 +37,6 @@ http: use_x_forwarded_for: true trusted_proxies: - 172.0.0.0/8 - cors_allowed_origins: - - "*" # https://www.home-assistant.io/integrations/api/ api: -- GitLab