diff --git a/settings.py b/settings.py index 11522bfff..eb8e0eb0b 100644 --- a/settings.py +++ b/settings.py @@ -70,7 +70,7 @@ EMAIL_BACKEND = 'django_ses.SESBackend' CIPHER_USERNAMES = False DEBUG_ASSETS = DEBUG HOMEPAGE_USERNAME = 'popular' -ALLOWED_HOSTS = ['.newsblur.com', '127.0.0.1', '*.newsblur.com', '*'] +ALLOWED_HOSTS = ['*'] # =============== # = Enviornment =