1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Improved grammar in 3.0 release notes for SECURE_CONTENT_TYPE_NOSNIFF change.

This commit is contained in:
Adam Johnson
2020-02-05 11:46:14 +00:00
committed by GitHub
parent da79ee472d
commit de1924e0e7

View File

@@ -330,9 +330,8 @@ Security
uses frames of itself, you will need to explicitly set ``X_FRAME_OPTIONS =
'SAMEORIGIN'`` for them to continue working.
* :setting:`SECURE_CONTENT_TYPE_NOSNIFF` setting now defaults to ``True``. With
the enabled :setting:`SECURE_CONTENT_TYPE_NOSNIFF`, the
:class:`~django.middleware.security.SecurityMiddleware` sets the
* :setting:`SECURE_CONTENT_TYPE_NOSNIFF` now defaults to ``True``. With this
enabled, :class:`~django.middleware.security.SecurityMiddleware` sets the
:ref:`x-content-type-options` header on all responses that do not already
have it.