Hello! I'm looking for a solution to remove unnecessary parameters from an url.
I created a form with a few widgets and a template which renders the form as a GET call. Here is the result: http://www.domain.com/module/action?widget1=&widget2=&_csrf_token=dcf135ef1e52edc5b8f314a2553407fd&send.x=36&send.y=8 How can I remove the send.x, send.y and the csrf parameter from the url? The function $this->useFields() doesn't change anything. Ciao -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
