From 592410395ac1447ee100b1475e16db799c2acfea Mon Sep 17 00:00:00 2001 From: anoworl Date: Fri, 9 Jan 2026 05:47:15 +0000 Subject: [PATCH] shelley/ui: fix manifest.json failing to load behind auth proxy Add crossorigin="use-credentials" to manifest link so cookies are sent when fetching manifest.json through authentication proxies. --- ui/src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/index.html b/ui/src/index.html index 6860f2e642aa58701f97a20141c4f61f414e05eb..35e49768dd3dbad54da91c573e940dd49a4ef329 100644 --- a/ui/src/index.html +++ b/ui/src/index.html @@ -10,7 +10,7 @@ - + Shelley Agent