From 6043e019f478557f184b8b1f387de712fca6849f Mon Sep 17 00:00:00 2001 From: David Christofas Date: Tue, 23 Aug 2022 13:32:32 +0200 Subject: [PATCH] add the fonts path to the unprotected path prefixes --- services/proxy/pkg/middleware/authentication.go | 1 + 1 file changed, 1 insertion(+) diff --git a/services/proxy/pkg/middleware/authentication.go b/services/proxy/pkg/middleware/authentication.go index 6d430c0038..c61207149b 100644 --- a/services/proxy/pkg/middleware/authentication.go +++ b/services/proxy/pkg/middleware/authentication.go @@ -56,6 +56,7 @@ var ( "/.well-known", "/js", "/css", + "/fonts", "/icons", "/themes", "/signin",