Allow unauthicated users to view imprint

This commit is contained in:
Jannis Portmann 2021-06-06 13:13:34 +02:00
parent 6101accb20
commit 4990aff51d

View file

@ -47,4 +47,4 @@ security:
access_control:
- { path: ^/$, roles: IS_AUTHENTICATED_ANONYMOUSLY }
- { path: ^/admin, roles: ROLE_ADMIN }
- { path: ^(?!/(login|register|reset-password|offers|offer)), roles: ROLE_USER }
- { path: ^(?!/(login|register|reset-password|offers|offer|imprint)), roles: ROLE_USER }