25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

12 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