Allow public raw snips to be accessed without account
This commit is contained in:
@ -43,6 +43,8 @@ security:
|
||||
- { path: ^/logout$, role: ROLE_USER }
|
||||
- { path: ^/admin, role: ROLE_ADMIN }
|
||||
|
||||
- { path: ^/snip/raw, role: PUBLIC_ACCESS }
|
||||
|
||||
- { path: ^/, role: ROLE_USER }
|
||||
|
||||
when@test:
|
||||
|
Reference in New Issue
Block a user