From 27805df91af3e4bd1851e295df003cd973daae8a Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Sat, 19 Oct 2024 00:49:50 +0200
Subject: [PATCH] ENH: add access-control-allow-origin: * headers

---
 handle_server/templates/config.dct | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/handle_server/templates/config.dct b/handle_server/templates/config.dct
index 3540cab..8461a0d 100644
--- a/handle_server/templates/config.dct
+++ b/handle_server/templates/config.dct
@@ -57,6 +57,12 @@
       "0.NA/0.0"
     )
 
+    "http_config" = {
+      "headers" = {
+        "Access-Control-Allow-Origin" = "*"
+      }
+    }
+
   }
 
 }
-- 
GitLab