mirror of
https://github.com/django/django.git
synced 2025-12-04 00:55:36 +00:00
Fixed #30304 -- Added support for the HttpOnly, SameSite, and Secure flags on language cookies.
This commit is contained in:
parent
cef3f2d3c6
commit
19fc6376ce
6 changed files with 68 additions and 1 deletions
|
|
@ -1896,7 +1896,10 @@ A number of settings can be used to adjust language cookie options:
|
|||
* :setting:`LANGUAGE_COOKIE_NAME`
|
||||
* :setting:`LANGUAGE_COOKIE_AGE`
|
||||
* :setting:`LANGUAGE_COOKIE_DOMAIN`
|
||||
* :setting:`LANGUAGE_COOKIE_HTTPONLY`
|
||||
* :setting:`LANGUAGE_COOKIE_PATH`
|
||||
* :setting:`LANGUAGE_COOKIE_SAMESITE`
|
||||
* :setting:`LANGUAGE_COOKIE_SECURE`
|
||||
|
||||
Implementation notes
|
||||
====================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue