diff options
| author | Min ho Kim <minho42@gmail.com> | 2019-07-02 17:36:17 +1000 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-07-02 09:36:17 +0200 |
| commit | fbb83fefd43a89d1a802d77dcc3a9c9ac15a5afa (patch) | |
| tree | 035f7261b2c9af23dbc9db9ed835db6caf42ca2b /docs | |
| parent | 090ca6512f514556394d4a8d321db7883f03e2a6 (diff) | |
Fixed typos in comments and docs.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/checks.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index 1a388c6b37..20fb50e131 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -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. |
