We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b41382d commit cf77d2eCopy full SHA for cf77d2e
services/proxy/pkg/middleware/authentication.go
@@ -45,22 +45,22 @@ var (
45
}
46
// _unprotectedPathPrefixes contains paths which don't need to be authenticated.
47
_unprotectedPathPrefixes = [...]string{
48
- "/files",
49
- "/data",
50
- "/account",
+ "/files/",
+ "/data/",
+ "/account/",
51
"/s/",
52
"/external/spaces",
53
"/apps/openidconnect/redirect",
54
- "/settings",
55
- "/user-management",
56
- "/.well-known",
57
- "/js",
58
- "/css",
59
- "/fonts",
60
- "/icons",
61
- "/themes",
62
- "/signin",
63
- "/konnect",
+ "/settings/",
+ "/user-management/",
+ "/.well-known/",
+ "/js/",
+ "/css/",
+ "/fonts/",
+ "/icons/",
+ "/themes/",
+ "/signin/",
+ "/konnect/",
64
65
)
66
0 commit comments