Skip to content

Commit

Permalink
Removed invalid hosts from settings ALLOWED_HOSTS
Browse files Browse the repository at this point in the history
  • Loading branch information
ctcl-bregis committed Jun 28, 2023
1 parent bbcdd6b commit 14b93e1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@
# Add any hosts needed here
ALLOWED_HOSTS = []

# Allow local networks
ALLOWED_HOSTS.append("127.0.0.1")
ALLOWED_HOSTS.append("192.168.*.*")
ALLOWED_HOSTS.append("10.*.*.*")

# Application definition
INSTALLED_APPS = [
'django.contrib.admin',
Expand Down

0 comments on commit 14b93e1

Please sign in to comment.