fix: ensure authenticated uploads
This commit is contained in:
@@ -32,6 +32,7 @@ security:
|
|||||||
token_provider:
|
token_provider:
|
||||||
doctrine: true
|
doctrine: true
|
||||||
access_control:
|
access_control:
|
||||||
|
- { path: '^/_uploader', roles: ROLE_USER, requires_channel: https }
|
||||||
- { path: '^/', roles: PUBLIC_ACCESS, requires_channel: https }
|
- { path: '^/', roles: PUBLIC_ACCESS, requires_channel: https }
|
||||||
|
|
||||||
when@test:
|
when@test:
|
||||||
|
|||||||
Reference in New Issue
Block a user