csrf.yml 171 B

12345678
  1. framework:
  2. csrf_protection: false
  3. secret: s3cr3t
  4. form:
  5. csrf_protection: true
  6. session: ~
  7. # CSRF is disabled by default
  8. # csrf_protection: ~