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