You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
259 B

  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