allowall
This commit is contained in:
parent
8bf2411455
commit
b981c65d76
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue