mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-15 00:11:15 +03:00
add /profiles to EXEMPT_PATHS for non-admin users
This commit is contained in:
parent
05286a9560
commit
f8c494c52f
@ -64,6 +64,7 @@ def require_admin_by_default():
|
||||
"/logout",
|
||||
# Authenticated user endpoints (allow_any_authenticated)
|
||||
"/profile",
|
||||
"/profiles",
|
||||
# Public info endpoints (allow_public)
|
||||
"/",
|
||||
"/version",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user