Skip to content

Commit

Permalink
fix(ROX-20938): make PWA manifest accessible without authentication (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tommartensen authored Nov 21, 2023
1 parent 2a01122 commit 56ca3e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ func serveApplicationResources(dir string, oidc auth.OidcAuth) http.Handler {
prefix: true,
},
{
path: "/manifest.json",
path: "/manifest.json",
anonymous: true,
},
{
path: "/favicon.ico",
Expand Down

0 comments on commit 56ca3e2

Please sign in to comment.