mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 12:19:37 -06:00
some more cleaning up
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user