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
2a0e627a
Commit
2a0e627a
authored
May 16, 2016
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed typos in the docs
parent
c1cba3f2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
doc/cookbook/form_no_csrf.rst
doc/cookbook/form_no_csrf.rst
+4
-4
doc/providers/form.rst
doc/providers/form.rst
+1
-1
doc/providers/twig.rst
doc/providers/twig.rst
+1
-1
No files found.
doc/cookbook/form_no_csrf.rst
View file @
2a0e627a
...
@@ -3,10 +3,10 @@ Disabling CSRF Protection on a Form using the FormExtension
...
@@ -3,10 +3,10 @@ Disabling CSRF Protection on a Form using the FormExtension
The *FormExtension* provides a service for building form in your application
The *FormExtension* provides a service for building form in your application
with the Symfony Form component. When the `CSRF Service Provider
with the Symfony Form component. When the `CSRF Service Provider
</providers/csrf
.rst>` is registered, the *FormExtension* uses the CSRF
</providers/csrf
>` is registered, the *FormExtension* uses the CSRF Protection
Protection avoiding Cross-site request forgery, a method by which a malicious
avoiding Cross-site request forgery, a method by which a malicious user
user attempts to make your legitimate users unknowingly submit data that they
attempts to make your legitimate users unknowingly submit data that they don't
don't
intend to submit.
intend to submit.
You can find more details about CSRF Protection and CSRF token in the
You can find more details about CSRF Protection and CSRF token in the
`Symfony Book
`Symfony Book
...
...
doc/providers/form.rst
View file @
2a0e627a
...
@@ -187,7 +187,7 @@ You can register form type guessers by extending ``form.type.guessers``::
...
@@ -187,7 +187,7 @@ You can register form type guessers by extending ``form.type.guessers``::
.. warning::
.. warning::
CSRF protection is only available and automatically enabled when the `CSRF
CSRF protection is only available and automatically enabled when the `CSRF
Service Provider </providers/csrf
.rst
>` is registered.
Service Provider </providers/csrf>` is registered.
Traits
Traits
------
------
...
...
doc/providers/twig.rst
View file @
2a0e627a
...
@@ -138,7 +138,7 @@ Rendering a Controller
...
@@ -138,7 +138,7 @@ Rendering a Controller
~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~
A ``render`` function is also registered to help you render another controller
A ``render`` function is also registered to help you render another controller
from a template (available when the `HttpFragment Service Provider </providers/http_fragment
.rst
>`
from a template (available when the `HttpFragment Service Provider </providers/http_fragment>`
is registered):
is registered):
.. code-block:: jinja
.. code-block:: jinja
...
...
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