summaryrefslogtreecommitdiff
path: root/docs/howto
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-12-06 05:59:43 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-12-06 06:00:34 +0100
commit423fa4c072eca1aa4ef64a8bb9894428d7e45231 (patch)
tree0e9836c72cfeb94352d8e34df9a1add6c45eb595 /docs/howto
parent29c9bba8b922089435ccc96727e3e3807e0c09d9 (diff)
[4.1.x] Updated various links to HTTPS and new locations.
Backport of 514884e9a555c51afba3d26d9370a908af4752a6 from main
Diffstat (limited to 'docs/howto')
-rw-r--r--docs/howto/csrf.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/csrf.txt b/docs/howto/csrf.txt
index 2e3441dfc3..9e3024029e 100644
--- a/docs/howto/csrf.txt
+++ b/docs/howto/csrf.txt
@@ -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: