1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +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

@@ -10,7 +10,7 @@ display and edit geolocalized data on a map. By default, they use
`OpenLayers`_-powered maps, with a base WMS layer provided by `NASA`_.
.. _OpenLayers: https://openlayers.org/
.. _NASA: https://earthdata.nasa.gov/
.. _NASA: https://www.earthdata.nasa.gov/
Field arguments
===============

View File

@@ -315,7 +315,7 @@ transform do not change. For example::
similar to PostgreSQL's ``text`` type.
.. _citext: https://www.postgresql.org/docs/current/citext.html
.. _the performance considerations: https://www.postgresql.org/docs/current/citext.html#id-1.11.7.17.7
.. _the performance considerations: https://www.postgresql.org/docs/current/citext.html#id-1.11.7.19.9
.. admonition:: Case-insensitive collations

View File

@@ -115,7 +115,7 @@ vulnerability allows and much worse).
alternatives like ``<a rel="noreferrer" ...>"`` for links to third-party
sites.
.. _BREACH: http://breachattack.com/
.. _BREACH: https://www.breachattack.com/
.. _Origin header: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Origin
.. _disable the referer: https://www.w3.org/TR/referrer-policy/#referrer-policy-delivery

View File

@@ -103,8 +103,8 @@ GZip middleware
should avoid using ``GZipMiddleware``. For more details, see the `the BREACH
paper (PDF)`_ and `breachattack.com`_.
.. _the BREACH paper (PDF): http://breachattack.com/resources/BREACH%20-%20SSL,%20gone%20in%2030%20seconds.pdf
.. _breachattack.com: http://breachattack.com
.. _the BREACH paper (PDF): https://www.breachattack.com/resources/BREACH%20-%20SSL,%20gone%20in%2030%20seconds.pdf
.. _breachattack.com: https://www.breachattack.com/
The ``django.middleware.gzip.GZipMiddleware`` compresses content for browsers
that understand GZip compression (all modern browsers).