From de92b26233c09f8e056ec4b08a407deaa8763255 Mon Sep 17 00:00:00 2001 From: Yamila Moreno Date: Fri, 22 Jan 2021 14:54:58 +0100 Subject: [PATCH] (fix) minor fixes --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ee530740..8a44a7cb 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,11 @@ Besides, this should have the same value of `SECRET_KEY` in `taiga-protected`. Should have the url where this is served: https[://]taiga.mycompany.com +#### Session Settings + +You can add `SESSION_COOKIE_SECURE` and `CSRF_COOKIE_SECURE` to x-environment and change its value. By default is "True", so some browsers only accept https connections. +More info about these environment variables [here](https://docs.djangoproject.com/en/3.1/ref/settings/#csrf-cookie-secure). + #### Registration Settings ##### `PUBLIC_REGISTER_ENABLED`