From ee9ed57dc23c8a025c4acd37e4360741d2d78545 Mon Sep 17 00:00:00 2001 From: Tim Date: Sun, 28 Jun 2026 14:40:11 +0200 Subject: [PATCH] fix: allow static assets through wsist.ch middleware Co-Authored-By: Claude Sonnet 4.6 --- WSIST/WSIST.Web/Program.cs | 9 +++++++++ WSIST/global.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/WSIST/WSIST.Web/Program.cs b/WSIST/WSIST.Web/Program.cs index 37170a3..1f16d22 100644 --- a/WSIST/WSIST.Web/Program.cs +++ b/WSIST/WSIST.Web/Program.cs @@ -116,6 +116,15 @@ "/privacy", "/terms", "/signin-google", + "/_framework", + "/_content", + "/_blazor", + "/app.css", + "/landing.css", + "/landing.js", + "/logo.svg", + "/favicon", + "/WSIST.Web.styles.css", }; if ( !allowedOnMarketing.Any(p => path.StartsWith(p, StringComparison.OrdinalIgnoreCase)) diff --git a/WSIST/global.json b/WSIST/global.json index 8018eb6..6c6a6f1 100644 --- a/WSIST/global.json +++ b/WSIST/global.json @@ -1 +1 @@ -{"sdk":{"version":"10.0.201","rollForward":"latestMinor"}} \ No newline at end of file +{"sdk":{"version":"10.0.109","rollForward":"latestMinor"}} \ No newline at end of file