mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[1.7.x] Fixed typo in revamped forms intro doc.
Backport of 77c0a904cb from master
This commit is contained in:
parent
f1428dc796
commit
54a6ab2077
@ -80,7 +80,7 @@ all in plaintext. Neither would it be suitable for large quantities of data,
|
|||||||
or for binary data, such as an image. A web application that uses ``GET``
|
or for binary data, such as an image. A web application that uses ``GET``
|
||||||
requests for admin forms is a security risk: it can be easy for an attacker to
|
requests for admin forms is a security risk: it can be easy for an attacker to
|
||||||
mimic a form's request to gain access to sensitive parts of the system.
|
mimic a form's request to gain access to sensitive parts of the system.
|
||||||
``POST``, coupled with other protections like Django's:doc:`CSRF protection
|
``POST``, coupled with other protections like Django's :doc:`CSRF protection
|
||||||
</ref/contrib/csrf/>` offers more control over access.
|
</ref/contrib/csrf/>` offers more control over access.
|
||||||
|
|
||||||
On the other hand, ``GET`` is suitable for things like a web search form,
|
On the other hand, ``GET`` is suitable for things like a web search form,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user