X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Fsecurity.yml;h=e14a0bd19b1924ea34d6f85e787b2c6c7c290948;hb=21bdbb2d5e8ef1a93a51bc6d55e041f95820b4ba;hp=171a69e2e0596d9aded5895f2421b9c02194097c;hpb=63f9f22fa37b14171c6f92d24f99ccf01ae7af00;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/security.yml b/app/config/security.yml index 171a69e2..e14a0bd1 100644 --- a/app/config/security.yml +++ b/app/config/security.yml @@ -41,7 +41,6 @@ security: form_login: provider: fos_userbundle csrf_token_generator: security.csrf.token_manager - failure_handler: wallabag_user.security.custom_auth_failure_handler anonymous: true remember_me: @@ -62,6 +61,7 @@ security: - { path: ^/register, role: IS_AUTHENTICATED_ANONYMOUSLY } - { path: ^/resetting, role: IS_AUTHENTICATED_ANONYMOUSLY } - { path: /(unread|starred|archive).xml$, roles: IS_AUTHENTICATED_ANONYMOUSLY } + - { path: /tags/(.*).xml$, roles: IS_AUTHENTICATED_ANONYMOUSLY } - { path: ^/share, roles: IS_AUTHENTICATED_ANONYMOUSLY } - { path: ^/settings, roles: ROLE_SUPER_ADMIN } - { path: ^/annotations, roles: ROLE_USER }