Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
54045936
Commit
54045936
authored
Jul 20, 2012
by
Adel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo
parent
81bafcc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/cookbook/form_no_csrf.rst
doc/cookbook/form_no_csrf.rst
+1
-1
No files found.
doc/cookbook/form_no_csrf.rst
View file @
54045936
...
@@ -23,7 +23,7 @@ Example
...
@@ -23,7 +23,7 @@ Example
$form = $app['form.factory']->createBuilder('form', null, array('csrf_protection' => false));
$form = $app['form.factory']->createBuilder('form', null, array('csrf_protection' => false));
That's it, your form could be submited from everywhere without CSRF Protection.
That's it, your form could be submit
t
ed from everywhere without CSRF Protection.
Going further
Going further
-------------
-------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment