]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/security.yml
Add controller, views and translations for ignore origin instance rules
[github/wallabag/wallabag.git] / app / config / security.yml
index 760b2550320868d185be60972455147cf6257bd4..5a73440b241eebde5dbbe5a4d6d5b391d76bb5fb 100644 (file)
@@ -79,4 +79,5 @@ security:
         - { path: ^/annotations, roles: ROLE_USER }
         - { path: ^/2fa, role: IS_AUTHENTICATED_2FA_IN_PROGRESS }
         - { path: ^/users, roles: ROLE_SUPER_ADMIN }
+        - { path: ^/ignore-origin-instance-rules, roles: ROLE_SUPER_ADMIN }
         - { path: ^/, roles: ROLE_USER }