This commit is contained in:
Alie 2023-11-24 12:28:42 +01:00
parent 8bf2411455
commit b981c65d76
1 changed files with 1 additions and 1 deletions

View File

@ -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