Fixed #28435 -- Removed inaccurate warning about SECURE_HSTS_PRELOAD.

This commit is contained in:
Tim Graham 2017-07-25 15:12:50 -04:00
parent d17eaa868c
commit c7d58c6f43
1 changed files with 0 additions and 5 deletions

View File

@ -2175,11 +2175,6 @@ the ``preload`` directive to the :ref:`http-strict-transport-security`
header. It has no effect unless :setting:`SECURE_HSTS_SECONDS` is set to a header. It has no effect unless :setting:`SECURE_HSTS_SECONDS` is set to a
non-zero value. non-zero value.
.. warning::
Setting this incorrectly can irreversibly (for at least several months,
depending on browser releases) break your site. Read the
:ref:`http-strict-transport-security` documentation first.
.. setting:: SECURE_HSTS_SECONDS .. setting:: SECURE_HSTS_SECONDS
``SECURE_HSTS_SECONDS`` ``SECURE_HSTS_SECONDS``