diff options
Diffstat (limited to 'docs/ref/middleware.txt')
| -rw-r--r-- | docs/ref/middleware.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/middleware.txt b/docs/ref/middleware.txt index 6879d5e726..0cbcee4c4c 100644 --- a/docs/ref/middleware.txt +++ b/docs/ref/middleware.txt @@ -416,7 +416,7 @@ the browser when you expected it to be something harmless. To prevent the browser from guessing the content type and force it to always use the type provided in the ``Content-Type`` header, you can pass -the `X-Content-Type-Options: nosniff`__ header. ``SecurityMiddleware`` will +the `X-Content-Type-Options: nosniff`__ header. ``SecurityMiddleware`` will do this for all responses if the :setting:`SECURE_CONTENT_TYPE_NOSNIFF` setting is ``True``. |
