mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Moved CSRF docs out of contrib.
This commit is contained in:
parent
d968bd5258
commit
d3db878e4b
16 changed files with 24 additions and 32 deletions
|
@ -388,7 +388,7 @@ CSRF protection middleware
|
|||
|
||||
Adds protection against Cross Site Request Forgeries by adding hidden form
|
||||
fields to POST forms and checking requests for the correct value. See the
|
||||
:doc:`Cross Site Request Forgery protection documentation </ref/contrib/csrf>`.
|
||||
:doc:`Cross Site Request Forgery protection documentation </ref/csrf>`.
|
||||
|
||||
X-Frame-Options middleware
|
||||
--------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue