您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

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