From cdde5bc952c00f34671be0579f28e20856424e52 Mon Sep 17 00:00:00 2001 From: Eric Harding Date: Sat, 18 Jul 2026 15:21:29 -0400 Subject: [PATCH] fetch manifest with credentials so it works behind basic auth Chrome fetches with credentials omitted by default, so Caddy's basic_auth was returning 401 and the install banner never showed. crossorigin="use-credentials" fixes it without needing to carve auth exceptions into the Caddyfile. Co-Authored-By: Claude Sonnet 5 --- src/views/layout.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/layout.njk b/src/views/layout.njk index b4262e2..fe2513a 100644 --- a/src/views/layout.njk +++ b/src/views/layout.njk @@ -9,7 +9,7 @@ - +