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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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: