fix: enforce https

This commit is contained in:
Björn Fromme
2026-03-16 11:59:12 +01:00
parent 1e107c68b4
commit 61447ced4f
+2 -1
View File
@@ -32,7 +32,8 @@ security:
# Easy way to control access for large sections of your site
# Note: Only the *first* access control that matches will be used
access_control:
- { path: ^/authorize, roles: IS_AUTHENTICATED_REMEMBERED }
- { path: ^/authorize, roles: IS_AUTHENTICATED_REMEMBERED, requires_channel: https }
- { path: '^/', roles: PUBLIC_ACCESS, requires_channel: https }
when@test:
security: