mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
[3.1.x] Fixed #31696 -- Updated OWASP links in docs.
Backport of a16080810b
from master
This commit is contained in:
parent
2d3b6bce28
commit
ecd794bc68
5 changed files with 5 additions and 5 deletions
|
@ -872,7 +872,7 @@ Methods
|
|||
Use ``samesite='None'`` (string) to explicitly state that this cookie is
|
||||
sent with all same-site and cross-site requests.
|
||||
|
||||
.. _HttpOnly: https://www.owasp.org/index.php/HttpOnly
|
||||
.. _HttpOnly: https://owasp.org/www-community/HttpOnly
|
||||
.. _SameSite: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite
|
||||
|
||||
.. versionchanged:: 3.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue