summaryrefslogtreecommitdiff
path: root/docs/ref/settings.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-06-05 12:55:50 -0400
committerTim Graham <timograham@gmail.com>2013-06-05 12:55:58 -0400
commitbb863faecd3e1d785933bce7cef7e4b4b28dc3d5 (patch)
tree769fb784a0b9c62524e4f4674b5738a5d8098c2a /docs/ref/settings.txt
parentb00c6371afab778ab6c6206fb2dbb3f2c7f750b4 (diff)
Proofed the 1.6 release notes
Diffstat (limited to 'docs/ref/settings.txt')
-rw-r--r--docs/ref/settings.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index b8ebc16bad..ef52d3170c 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -344,9 +344,9 @@ CSRF_COOKIE_HTTPONLY
Default: ``False``
-Whether to use HttpOnly flag on the CSRF cookie. If this is set to ``True``,
-client-side JavaScript will not to be able to access the CSRF cookie. See
-:setting:`SESSION_COOKIE_HTTPONLY` for details on HttpOnly.
+Whether to use ``HttpOnly`` flag on the CSRF cookie. If this is set to
+``True``, client-side JavaScript will not to be able to access the CSRF cookie.
+See :setting:`SESSION_COOKIE_HTTPONLY` for details on ``HttpOnly``.
.. setting:: CSRF_COOKIE_NAME
@@ -2315,7 +2315,7 @@ SESSION_COOKIE_HTTPONLY
Default: ``True``
-Whether to use HTTPOnly flag on the session cookie. If this is set to
+Whether to use ``HTTPOnly`` flag on the session cookie. If this is set to
``True``, client-side JavaScript will not to be able to access the
session cookie.