From 36c948bc6789b070e0c38d05c97822e33451b247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Old=C5=99ich=20Jedli=C4=8Dka?= Date: Mon, 18 Sep 2023 15:25:51 +0200 Subject: [PATCH] FE: Fix manifest.json access MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When fetching manifest the cookies are omitted even when on the same domain (see [1]). Add crossorigin to allow fetching protected resource. [1] https://web.dev/add-manifest/#link-manifest Signed-off-by: Oldřich Jedlička --- kafka-ui-react-app/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kafka-ui-react-app/index.html b/kafka-ui-react-app/index.html index be10fc78a3a..98d4a11852a 100644 --- a/kafka-ui-react-app/index.html +++ b/kafka-ui-react-app/index.html @@ -8,7 +8,7 @@ - + UI for Apache Kafka