From 423fa4c072eca1aa4ef64a8bb9894428d7e45231 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 6 Dec 2022 05:59:43 +0100 Subject: [4.1.x] Updated various links to HTTPS and new locations. Backport of 514884e9a555c51afba3d26d9370a908af4752a6 from main --- docs/howto/csrf.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/howto') 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: -- cgit v1.3