From 28f2aba7446a86c5d0a5e4a57075ce4ef67d3216 Mon Sep 17 00:00:00 2001 From: Francois Andrieu Date: Sat, 22 Oct 2022 18:20:34 +0200 Subject: [PATCH] discourse2fedmsg: disable secure cookie --- .../discourse2fedmsg/templates/discourse2fedmsg.cfg.py | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/openshift-apps/discourse2fedmsg/templates/discourse2fedmsg.cfg.py b/roles/openshift-apps/discourse2fedmsg/templates/discourse2fedmsg.cfg.py index b36c34c11d..bbe140d5eb 100644 --- a/roles/openshift-apps/discourse2fedmsg/templates/discourse2fedmsg.cfg.py +++ b/roles/openshift-apps/discourse2fedmsg/templates/discourse2fedmsg.cfg.py @@ -4,3 +4,4 @@ DISCOURSE2FEDMSG_SECRET = "{{ discourse2fedmsg_stg_webhook_secret }}" {% else %} DISCOURSE2FEDMSG_SECRET = "{{ discourse2fedmsg_webhook_secret }}" {% endif %} +SESSION_COOKIE_SECURE = False