From b981c65d76bd21bccd42e3aee784b825302b3b27 Mon Sep 17 00:00:00 2001 From: Alie Date: Fri, 24 Nov 2023 12:28:42 +0100 Subject: [PATCH] allowall --- personalWebpage/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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