fix: ensure authenticated uploads
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user