Skip to content

Commit b050bf5

Browse files
committed
Revert "Use strict ALLOWED_HOSTS in settings.py example."
This reverts commit 214ebe2.
1 parent b65883b commit b050bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysite/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# SECURITY WARNING: don't run with debug turned on in production!
3030
DEBUG = os.environ.get('DEBUG', 'True') == 'True'
3131

32-
ALLOWED_HOSTS = ['localhost', '127.0.0.1', '.aldryn.io']
32+
ALLOWED_HOSTS = ["*"]
3333
CSRF_TRUSTED_ORIGINS=["https://*.aldryn.io"]
3434

3535

0 commit comments

Comments
 (0)