summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2019-04-01 12:29:10 +0300
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-04-08 11:26:06 +0200
commit19fc6376ce67d01ca37a91ef2f55ef769f50513a (patch)
treea40bb59e08bec7f9c6358d078a7e3157760b7993 /docs/topics
parentcef3f2d3c64055c9fc1757fd61dba24b557a2add (diff)
Fixed #30304 -- Added support for the HttpOnly, SameSite, and Secure flags on language cookies.
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/i18n/translation.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt
index 00338100f9..bafa4bdaf1 100644
--- a/docs/topics/i18n/translation.txt
+++ b/docs/topics/i18n/translation.txt
@@ -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
====================