From 2927ca96cb406a4329ee892303a663efd7bdb0cb Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 21 Feb 2018 11:28:45 +0100 Subject: [PATCH] =?UTF-8?q?Update=20allowed=20hosts=20with=20n=C3=BCglarus?= =?UTF-8?q?.ch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dynamicweb/settings/prod.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dynamicweb/settings/prod.py b/dynamicweb/settings/prod.py index 6cc872d5..12a1f349 100644 --- a/dynamicweb/settings/prod.py +++ b/dynamicweb/settings/prod.py @@ -31,5 +31,6 @@ ALLOWED_HOSTS = [ ".ipv6onlyhosting.com", ".ipv6onlyhosting.net", ".digitalglarus.ch", - ".hack4glarus.ch" + ".hack4glarus.ch", + ".xn--nglarus-n2a.ch" ]