csrf error solve. try 1

This commit is contained in:
Frank
2026-01-10 00:39:33 +01:00
parent e8a6c9cc7a
commit c59d131b80
3 changed files with 18 additions and 10 deletions
+8 -9
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