From 9fdcdd2c21924a2546a722affae0beb91351ff74 Mon Sep 17 00:00:00 2001 From: mhatal <100742635+mhatal@users.noreply.github.com> Date: Thu, 15 May 2025 12:29:06 -0500 Subject: [PATCH] chore: update cors headers --- config/envoy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/envoy.yaml b/config/envoy.yaml index 35745d3..391c787 100644 --- a/config/envoy.yaml +++ b/config/envoy.yaml @@ -51,7 +51,7 @@ static_resources: allow_origin_string_match: - prefix: "*" allow_methods: "GET, POST, PUT, PATCH, DELETE, OPTIONS" - allow_headers: "DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range, Authorization, Priority, Access-Control-Allow-Origin" + allow_headers: "DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range, Authorization, Priority, Access-Control-Allow-Origin, X-Hiro-Product, X-Hiro-Version" allow_credentials: true max_age: "1728000" clusters: