Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 

12 righe
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