fix: enforce https

This commit is contained in:
Björn Fromme
2025-12-07 14:24:08 +01:00
parent 21600dc2d6
commit 4abee677f6
+2 -1
View File
@@ -32,7 +32,8 @@ security:
# Easy way to control access for large sections of your site # Easy way to control access for large sections of your site
# Note: Only the *first* access control that matches will be used # Note: Only the *first* access control that matches will be used
access_control: 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: when@test:
security: security: