1
0
mirror of https://github.com/django/django.git synced 2025-10-23 21:59:11 +00:00

Updated various links to HTTPS and new locations.

This commit is contained in:
Mariusz Felisiak
2022-12-06 05:59:43 +01:00
committed by GitHub
parent cbce427c17
commit 514884e9a5
7 changed files with 8 additions and 8 deletions

View File

@@ -104,7 +104,7 @@ The above code could be simplified by using the `JavaScript Cookie library
Django provides a view decorator which forces setting of the cookie:
:func:`~django.views.decorators.csrf.ensure_csrf_cookie`.
.. _BREACH: http://breachattack.com/
.. _BREACH: https://www.breachattack.com/
.. _acquiring-csrf-token-from-html: