Skip to content

Commit

Permalink
improve security
Browse files Browse the repository at this point in the history
  • Loading branch information
bidoule committed Jan 3, 2019
1 parent 2c155a3 commit 67655cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lettera/lettera/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

TEMPLATE_DEBUG = True

ALLOWED_HOSTS = []
ALLOWED_HOSTS = ['*']

# Application definition

Expand Down

0 comments on commit 67655cc

Please sign in to comment.