Fixed typos in docs/ref/settings.txt.
This commit is contained in:
parent
1c66767d4e
commit
4056558a1c
|
@ -323,7 +323,7 @@ protection is safe from cross-subdomain attacks by default - please see the
|
||||||
Default: ``False``
|
Default: ``False``
|
||||||
|
|
||||||
Whether to use ``HttpOnly`` flag on the CSRF cookie. If this is set to
|
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.
|
``True``, client-side JavaScript will not be able to access the CSRF cookie.
|
||||||
|
|
||||||
Designating the CSRF cookie as ``HttpOnly`` doesn't offer any practical
|
Designating the CSRF cookie as ``HttpOnly`` doesn't offer any practical
|
||||||
protection because CSRF is only to protect against cross-domain attacks. If an
|
protection because CSRF is only to protect against cross-domain attacks. If an
|
||||||
|
@ -1759,7 +1759,7 @@ deletes the old one.
|
||||||
Default: ``False``
|
Default: ``False``
|
||||||
|
|
||||||
Whether to use ``HttpOnly`` flag on the language cookie. If this is set to
|
Whether to use ``HttpOnly`` flag on the language cookie. If this is set to
|
||||||
``True``, client-side JavaScript will not to be able to access the language
|
``True``, client-side JavaScript will not be able to access the language
|
||||||
cookie.
|
cookie.
|
||||||
|
|
||||||
See :setting:`SESSION_COOKIE_HTTPONLY` for details on ``HttpOnly``.
|
See :setting:`SESSION_COOKIE_HTTPONLY` for details on ``HttpOnly``.
|
||||||
|
@ -3048,7 +3048,7 @@ This setting also affects cookies set by :mod:`django.contrib.messages`.
|
||||||
Default: ``True``
|
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
|
``True``, client-side JavaScript will not be able to access the session
|
||||||
cookie.
|
cookie.
|
||||||
|
|
||||||
HttpOnly_ is a flag included in a Set-Cookie HTTP response header. It's part of
|
HttpOnly_ is a flag included in a Set-Cookie HTTP response header. It's part of
|
||||||
|
|
Loading…
Reference in New Issue