Re: [symfony-users] Forms / Disable CRSF protection

2011-06-14 Thread Emanuel Winblad
Hi! Check the configuration reference for the FrameworkBundle: http://symfony.com/doc/current/reference/configuration/framework.html I think it's found here: framework: /***/ # form configuration form: enabled:true csrf_protection: enabled:true

Re: [symfony-users] Forms / Disable CRSF protection

2011-06-14 Thread Christophe Beyer
Thanks, but what I want is to disable the CRSF protection for only one form, not for all the framework (In 99/100 case I need this important protection)... -- Christophe Le 14 juin 2011 à 14:39, Emanuel Winblad a écrit : Hi! Check the configuration reference for the FrameworkBundle:

Re: [symfony-users] Forms / Disable CRSF protection

2011-06-14 Thread Christophe Beyer
Found myself in the doc : http://symfony.com/doc/2.0/book/forms.html#csrf-protection I looked for CRSF instead of CSRF in the doc :) -- Christophe Le 14 juin 2011 à 14:42, Christophe Beyer a écrit : Thanks, but what I want is to disable the CRSF protection for only one form, not for all