php - CSRF protection with Symfony -
i'm unable find symfony documentation activate csrf protection in existent forms (with no protection).
i've set csrf_protection token , on, forms failing , guess needed work correctly.
check that:
- there's entry in settings.yml
- the csrf token rendered form in template
- csrf token not disabled inside form class (or parents)
... should work.
Comments
Post a Comment