Add all domains to ALLOwED_HOSTS
This commit is contained in:
parent
073fe76ece
commit
6204cbc990
1 changed files with 10 additions and 1 deletions
|
@ -17,6 +17,15 @@ REGISTRATION_MESSAGE['message'] = REGISTRATION_MESSAGE['message'].format(host='d
|
||||||
|
|
||||||
ALLOWED_HOSTS = [
|
ALLOWED_HOSTS = [
|
||||||
".ungleich.ch",
|
".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"
|
".alplora.ch"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue