discourse2fedmsg: disable secure cookie

This commit is contained in:
Francois Andrieu 2022-10-22 18:20:34 +02:00 committed by kevin
parent d7a9f80857
commit 28f2aba744

View file

@ -4,3 +4,4 @@ DISCOURSE2FEDMSG_SECRET = "{{ discourse2fedmsg_stg_webhook_secret }}"
{% else %}
DISCOURSE2FEDMSG_SECRET = "{{ discourse2fedmsg_webhook_secret }}"
{% endif %}
SESSION_COOKIE_SECURE = False