HyperKitty: fix the BROWSERID_AUDIENCES setting

This commit is contained in:
Aurélien Bompard 2015-10-02 16:22:33 +00:00
parent fe6d4feefc
commit 8e8b9d8f16

View file

@ -33,7 +33,7 @@ ALLOWED_HOSTS = [
# http://django-browserid.rtfd.org/page/user/settings.html#django.conf.settings.BROWSERID_AUDIENCES
BROWSERID_AUDIENCES = [
{% for host in mailman_domains %}
"{{ host }}",
"https://{{ host }}",
{% endfor %}
]