From 4d7d304c4730708b45f0463b6268b0651f33ba1c Mon Sep 17 00:00:00 2001 From: HaimKortovich Date: Wed, 13 May 2026 15:00:20 -0500 Subject: [PATCH] allow all headers --- config/runtime.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/runtime.exs b/config/runtime.exs index 0fe0f27..8c90c0f 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -38,7 +38,8 @@ end cors_origin = System.get_env("CORS_ORIGIN", "*") config :cors_plug, - origin: cors_origin + origin: cors_origin, + headers: ["*"] # Zitadel Configuration