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