Fix: Force https for all requests
This commit is contained in:
@@ -21,7 +21,8 @@ security:
|
||||
path: app_security_logout
|
||||
target: app_security_login
|
||||
access_control:
|
||||
- { path: ^/profile, roles: ROLE_USER }
|
||||
- { path: '^/profile', roles: ROLE_USER, requires_channel: https }
|
||||
- { path: '^/', roles: PUBLIC_ACCESS, requires_channel: https }
|
||||
|
||||
when@test:
|
||||
security:
|
||||
|
||||
Reference in New Issue
Block a user