diff options
| author | Tim Graham <timograham@gmail.com> | 2017-07-25 15:12:50 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-07-25 15:12:50 -0400 |
| commit | c7d58c6f43b2d1db5d01f32451bb9ce46d69c5eb (patch) | |
| tree | f9da8bdbad56dd18dd8b598355d0b51a41f0fca4 /docs/ref/settings.txt | |
| parent | d17eaa868cd6911197dcd8b096c4f0418c47007e (diff) | |
Fixed #28435 -- Removed inaccurate warning about SECURE_HSTS_PRELOAD.
Diffstat (limited to 'docs/ref/settings.txt')
| -rw-r--r-- | docs/ref/settings.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 23a7b61892..358de5eca0 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -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 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 ``SECURE_HSTS_SECONDS`` |
