Skip to content

Commit

Permalink
Update src/viur/core/config.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sven Eberth <mail@sveneberth.de>
  • Loading branch information
ArneGudermann and sveneberth authored Feb 29, 2024
1 parent 96f5cd5 commit 062b8c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/viur/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,10 +403,16 @@ class Security(ConfigType):
closed_system_allowed_paths: t.Iterable[str] = [
"", # index site
"json/skey",
"user/login"
"user/auth_*",
"user/getAuthMethods",
"json/user/login"
"json/user/auth_*",
"json/user/getAuthMethods",
"vi",
"vi/settings",
"vi/skey",
"vi/user/login",
"vi/user/auth_*",
"vi/user/getAuthMethods",
]
Expand Down

0 comments on commit 062b8c7

Please sign in to comment.