csrf error solve. try 1

This commit is contained in:
Frank
2026-01-10 00:39:33 +01:00
parent ac4c5ef261
commit 47091cd4e3
3 changed files with 18 additions and 10 deletions

View File

@@ -1,11 +1,10 @@
# Enable stateless CSRF protection for forms and logins/logouts
framework:
form:
csrf_protection:
token_id: submit
csrf_protection:
stateless_token_ids:
- submit
- authenticate
- logout
# form:
# csrf_protection:
# token_id: submit
# csrf_protection:
# stateless_token_ids:
# - submit
# - authenticate
# - logout