mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed typos in comments and docs.
This commit is contained in:
parent
090ca6512f
commit
fbb83fefd4
7 changed files with 7 additions and 7 deletions
|
@ -406,7 +406,7 @@ The following checks are run if you use the :option:`check --deploy` option:
|
|||
* **security.W017**: :setting:`CSRF_COOKIE_HTTPONLY` is not set to ``True``.
|
||||
Using an ``HttpOnly`` CSRF cookie makes it more difficult for cross-site
|
||||
scripting attacks to steal the CSRF token. *This check is removed in Django
|
||||
1.11 as the* :setting:`CSRF_COOKIE_HTTPONLY` *setting offers no pratical
|
||||
1.11 as the* :setting:`CSRF_COOKIE_HTTPONLY` *setting offers no practical
|
||||
benefit.*
|
||||
* **security.W018**: You should not have :setting:`DEBUG` set to ``True`` in
|
||||
deployment.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue