fix: ensure authenticated uploads

This commit is contained in:
Björn Fromme
2024-12-18 18:25:45 +01:00
parent 68ffa216f8
commit 9046a9940b
+1
View File
@@ -32,6 +32,7 @@ security:
token_provider:
doctrine: true
access_control:
- { path: '^/_uploader', roles: ROLE_USER, requires_channel: https }
- { path: '^/', roles: PUBLIC_ACCESS, requires_channel: https }
when@test: