1
0
mirror of https://github.com/django/django.git synced 2025-10-26 23:26:08 +00:00

[3.2.x] Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.

Backport of c156e36955 from main
This commit is contained in:
Nick Pope
2021-04-27 12:09:00 +01:00
committed by Mariusz Felisiak
parent 55b89e8cac
commit cb91b2d9e3
55 changed files with 100 additions and 97 deletions

View File

@@ -424,7 +424,7 @@ form is rendered, the problem may not even be visible on the web page.
The alternative approach would be to include all fields automatically, or
remove only some. This fundamental approach is known to be much less secure
and has led to serious exploits on major websites (e.g. `GitHub
<https://github.com/blog/1068-public-key-security-vulnerability-and-mitigation>`_).
<https://github.blog/2012-03-04-public-key-security-vulnerability-and-mitigation/>`_).
There are, however, two shortcuts available for cases where you can guarantee
these security concerns do not apply to you: