From 6204cbc990f5890e9f7a76b1fb647b8aaea34b79 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 5 Jun 2017 12:29:27 +0200 Subject: [PATCH] Add all domains to ALLOwED_HOSTS --- dynamicweb/settings/prod.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/dynamicweb/settings/prod.py b/dynamicweb/settings/prod.py index bb6577b5..9cb0a868 100644 --- a/dynamicweb/settings/prod.py +++ b/dynamicweb/settings/prod.py @@ -17,6 +17,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" ]