diff --git a/grady/settings/live.py b/grady/settings/live.py
index 8ac84849c3139c211665074e97da6e8790c42cb5..405c0bed4e887cb8084347ab75da65a1e25ea82f 100644
--- a/grady/settings/live.py
+++ b/grady/settings/live.py
@@ -32,9 +32,7 @@ except (IOError, Exception):
         to generate your secret key!' % SECRET_FILE)
 
 # adjust this setting to your needs
-ALLOWED_HOSTS = [
-    'localhost', '.grady.janmax.org', 'grady.informatik.uni-goettingen.de'
-]
+ALLOWED_HOSTS = [ 'localhost', '.informatik.uni-goettingen.de' ]
 
 # sample postgres sql database configuration
 DATABASES = {