mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Fixed #34990 -- Changed link to OWASP in CSRF docs.
The OWASP site is the standard resource for web application security information.
This commit is contained in:
parent
101a85a5a0
commit
aceee39d44
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ The first defense against CSRF attacks is to ensure that GET requests (and other
|
|||
Requests via 'unsafe' methods, such as POST, PUT, and DELETE, can then be
|
||||
protected by the steps outlined in :ref:`using-csrf`.
|
||||
|
||||
.. _Cross Site Request Forgeries: https://www.squarefree.com/securitytips/web-developers.html#CSRF
|
||||
.. _Cross Site Request Forgeries: https://owasp.org/www-community/attacks/csrf#overview
|
||||
|
||||
.. _how-csrf-works:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue