Remove stateless csrf

This commit is contained in:
Tim
2025-12-18 02:43:55 +01:00
parent 67da49a396
commit 9b2f9d2e91

View File

@@ -4,8 +4,8 @@ framework:
csrf_protection:
token_id: submit
csrf_protection:
stateless_token_ids:
- submit
- authenticate
- logout
# csrf_protection:
# stateless_token_ids:
# - submit
# - authenticate
# - logout