discourse2fedmsg: disable secure cookie
This commit is contained in:
parent
d7a9f80857
commit
28f2aba744
1 changed files with 1 additions and 0 deletions
|
@ -4,3 +4,4 @@ DISCOURSE2FEDMSG_SECRET = "{{ discourse2fedmsg_stg_webhook_secret }}"
|
||||||
{% else %}
|
{% else %}
|
||||||
DISCOURSE2FEDMSG_SECRET = "{{ discourse2fedmsg_webhook_secret }}"
|
DISCOURSE2FEDMSG_SECRET = "{{ discourse2fedmsg_webhook_secret }}"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
SESSION_COOKIE_SECURE = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue