csrf.yaml 259 B

1234567891011
  1. # Enable stateless CSRF protection for forms and logins/logouts
  2. framework:
  3. form:
  4. csrf_protection:
  5. token_id: submit
  6. csrf_protection:
  7. stateless_token_ids:
  8. - submit
  9. - authenticate
  10. - logout