From fbb83fefd43a89d1a802d77dcc3a9c9ac15a5afa Mon Sep 17 00:00:00 2001 From: Min ho Kim Date: Tue, 2 Jul 2019 17:36:17 +1000 Subject: Fixed typos in comments and docs. --- docs/ref/checks.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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. -- cgit v1.3