diff --git a/personalWebpage/settings.py b/personalWebpage/settings.py index d493f94..4f9194b 100755 --- a/personalWebpage/settings.py +++ b/personalWebpage/settings.py @@ -29,7 +29,7 @@ with open("/home/django/secret_key.txt") as f: # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ["yari.fai.st", "127.0.0.1"] +ALLOWED_HOSTS = ["*"] CSRF_COOKIE_SECURE = True SESSION_COOKIE_SECURE = True # Application definition