some more cleaning up

This commit is contained in:
David Christofas
2022-08-10 13:39:15 +02:00
parent 9347657370
commit 06ffd9cf8a
3 changed files with 34 additions and 18 deletions

View File

@@ -36,6 +36,7 @@ var (
"/data": {},
"/konnect/v1/userinfo": {},
"/status.php": {},
"/favicon.ico": {},
}
// _unprotectedPathPrefixes contains paths which don't need to be authenticated.
_unprotectedPathPrefixes = [...]string{
@@ -44,6 +45,7 @@ var (
"/user-management",
"/.well-known",
"/js",
"/css",
"/icons",
"/themes",
"/signin",