Allow unauthicated users to view imprint
This commit is contained in:
parent
6101accb20
commit
4990aff51d
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
Reference in a new issue