symfony-docs
symfony-docs copied to clipboard
Enhance CSRF documentation with OWASP best practices and guidelines
ping @javiereguiluz
As you mentioned, Symfony Forms add CSRF tokens by default, including for forms using the GET method. This change clarifies that this practice is not recommended and points users to the section explaining how to disable CSRF protection.