diff options
author | Kevin Decherf <kevin@kdecherf.com> | 2019-08-27 00:03:30 +0200 |
---|---|---|
committer | Kevin Decherf <kevin@kdecherf.com> | 2020-04-25 15:59:23 +0200 |
commit | 7408a6cb687959eac6bc7a2ed370695bbf88b6d6 (patch) | |
tree | d9a6c4c552f085d75df2e6d37cd5cf7979149061 /app/config | |
parent | b22eb276232b5c15a6fbadc9dd10144e709faec3 (diff) | |
download | wallabag-7408a6cb687959eac6bc7a2ed370695bbf88b6d6.tar.gz wallabag-7408a6cb687959eac6bc7a2ed370695bbf88b6d6.tar.zst wallabag-7408a6cb687959eac6bc7a2ed370695bbf88b6d6.zip |
Add controller, views and translations for ignore origin instance rules
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Diffstat (limited to 'app/config')
-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 } |