Make snip public index available if not logged in
This commit is contained in:
@ -43,7 +43,10 @@ security:
|
||||
- { path: ^/logout$, role: ROLE_USER }
|
||||
- { path: ^/admin, role: ROLE_ADMIN }
|
||||
|
||||
- { path: ^/$, role: PUBLIC_ACCESS }
|
||||
- { path: ^/snip/single, role: PUBLIC_ACCESS }
|
||||
- { path: ^/snip/raw, role: PUBLIC_ACCESS }
|
||||
- { path: ^/snip/public$, role: PUBLIC_ACCESS }
|
||||
|
||||
- { path: ^/, role: ROLE_USER }
|
||||
|
||||
|
Reference in New Issue
Block a user