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:28:54 -0400 |
| commit | 7386029249e68b87ed0b50235174bcff4ec6cea0 (patch) | |
| tree | e001b45287e41330b457be4b43254000452ae360 | |
| parent | b6620dee72dc44da45403ff663853bfd8421c63e (diff) | |
[1.11.x] Fixed #28435 -- Removed inaccurate warning about SECURE_HSTS_PRELOAD.
Backport of c7d58c6f43b2d1db5d01f32451bb9ce46d69c5eb from master
| -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 bead7539e5..0e856a12f9 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -2157,11 +2157,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`` |
