lalalaaaaa

This commit is contained in:
Andras Bacsai
2025-09-25 17:13:05 +02:00
parent 9b60a30b46
commit 12285a7181
55 changed files with 11228 additions and 0 deletions

View File

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