csrf error solve. try 2

This commit is contained in:
Frank
2026-01-10 13:37:14 +01:00
parent 47091cd4e3
commit 09b7e78fdd
6 changed files with 69 additions and 4 deletions

View File

@@ -30,6 +30,7 @@ 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: ^/, roles: PUBLIC_ACCESS, requires_channel: https }
# - { path: ^/admin, roles: ROLE_ADMIN }
# - { path: ^/profile, roles: ROLE_USER }