Skip to content

Commit

Permalink
Remove local hosts from ALLOWED_HOSTS settings (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Mar 26, 2024
1 parent 8581b6d commit 6e3fcba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdmo/core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

DEBUG = False

ALLOWED_HOSTS = ['localhost', 'ip6-localhost', '127.0.0.1', '[::1]']
ALLOWED_HOSTS = []

INSTALLED_APPS = [
# django modules
Expand Down

0 comments on commit 6e3fcba

Please sign in to comment.