diff --git a/Changelog b/Changelog index 03db7ee8..bf8358ac 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,7 @@ +next: + * [all] General cleanup +1.0.4: 2017-06-05 + * [all] Added new Domains to accept 1.0.3: 2017-06-02 * [datacenterlight] Hotfix, remove footer on mobile devices 1.0.2: 2017-05-28 diff --git a/dynamicweb/settings/prod.py b/dynamicweb/settings/prod.py index b2bb31d0..4f96593f 100644 --- a/dynamicweb/settings/prod.py +++ b/dynamicweb/settings/prod.py @@ -13,6 +13,15 @@ REGISTRATION_MESSAGE['message'] = REGISTRATION_MESSAGE['message'].format(host='d ALLOWED_HOSTS = [ ".ungleich.ch", - "digital.glarus.ungleich.ch", + ".datacenterlight.ch", + ".rails-hosting.ch", + ".django-hosting.ch", + ".node-hosting.ch", + ".devuanhosting.ch", + ".digitalezukunft.ch", + ".ipv6onlyhosting.ch", + ".ipv6onlyhosting.com", + ".ipv6onlyhosting.net", + ".digitalglarus.ch", ".alplora.ch" ]