From d30f202c08a7bf4109f18c755c2cbc6a067666bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BCringer?= Date: Thu, 27 Aug 2020 22:50:32 +0200 Subject: [PATCH] Fix Experimental UI for cookie based authentication (#7827) We're using Prometheus behind a reverse proxy which authenticates everything based on cookies. Without this attribute the cookie is not send with the request for the manifest.json Signed-off-by: Stefan Bueringer --- web/ui/react-app/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ui/react-app/public/index.html b/web/ui/react-app/public/index.html index 277da2c11..cc3336fa2 100755 --- a/web/ui/react-app/public/index.html +++ b/web/ui/react-app/public/index.html @@ -27,7 +27,7 @@ manifest.json provides metadata used when your web app is added to the homescreen on Android. See https://developers.google.com/web/fundamentals/web-app-manifest/ --> - +