diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/config/security.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/config/security.yml b/app/config/security.yml index 760b2550..5a73440b 100644 --- a/app/config/security.yml +++ b/app/config/security.yml | |||
@@ -79,4 +79,5 @@ security: | |||
79 | - { path: ^/annotations, roles: ROLE_USER } | 79 | - { path: ^/annotations, roles: ROLE_USER } |
80 | - { path: ^/2fa, role: IS_AUTHENTICATED_2FA_IN_PROGRESS } | 80 | - { path: ^/2fa, role: IS_AUTHENTICATED_2FA_IN_PROGRESS } |
81 | - { path: ^/users, roles: ROLE_SUPER_ADMIN } | 81 | - { path: ^/users, roles: ROLE_SUPER_ADMIN } |
82 | - { path: ^/ignore-origin-instance-rules, roles: ROLE_SUPER_ADMIN } | ||
82 | - { path: ^/, roles: ROLE_USER } | 83 | - { path: ^/, roles: ROLE_USER } |