backend: allow all hosts

This commit is contained in:
Paul Mathieu 2023-08-03 17:59:59 +02:00
parent 2b539a45d2
commit 55711d68c1

View File

@ -29,9 +29,8 @@ SECRET_KEY = 'django-insecure-64qxpe55#9wy=5@#dl0)3w7ywxh48m!f&!slp9e7v4lh@hjdct
# SECURITY WARNING: don't run with debug turned on in production! # SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True DEBUG = True
ALLOWED_HOSTS = ['aerith.ponteilla.net', 'localhost'] ALLOWED_HOSTS = ['*']
CSRF_TRUSTED_ORIGINS = ['https://*']
CSRF_TRUSTED_ORIGINS = ['https://aerith.ponteilla.net']
# Application definition # Application definition