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
6efe06e6
Commit
6efe06e6
authored
May 16, 2016
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed typos in the docs
parent
2a0e627a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
doc/cookbook/form_no_csrf.rst
doc/cookbook/form_no_csrf.rst
+1
-1
doc/providers/form.rst
doc/providers/form.rst
+2
-2
doc/providers/twig.rst
doc/providers/twig.rst
+2
-2
No files found.
doc/cookbook/form_no_csrf.rst
View file @
6efe06e6
...
...
@@ -2,7 +2,7 @@ Disabling CSRF Protection on a Form using the FormExtension
===========================================================
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
:doc:
`CSRF Service Provider
</providers/csrf>` is registered, the *FormExtension* uses the CSRF Protection
avoiding Cross-site request forgery, a method by which a malicious user
attempts to make your legitimate users unknowingly submit data that they don't
...
...
doc/providers/form.rst
View file @
6efe06e6
...
...
@@ -186,8 +186,8 @@ You can register form type guessers by extending ``form.type.guessers``::
.. warning::
CSRF protection is only available and automatically enabled when the
`CSRF
Service Provider </providers/csrf>` is registered.
CSRF protection is only available and automatically enabled when the
:doc:`CSRF
Service Provider </providers/csrf>` is registered.
Traits
------
...
...
doc/providers/twig.rst
View file @
6efe06e6
...
...
@@ -138,8 +138,8 @@ Rendering a 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>`
is registered):
from a template (available when the
:doc:`HttpFragment Service Provider
</providers/http_fragment>`
is registered):
.. 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