Allow public raw snips to be accessed without account

This commit is contained in:
Tim
2023-04-08 17:58:14 +02:00
parent 47167a3e1e
commit 669cbfdaca
3 changed files with 12 additions and 8 deletions

View File

@ -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: