Skip to content

Commit

Permalink
update allowed hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
skandrigi committed Nov 29, 2024
1 parent aeef75b commit 5541068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hiss/hiss/settings/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False
ALLOWED_HOSTS = ["*"]
ALLOWED_HOSTS = ["register.tamuhack.com", 'localhost', '127.0.0.1']
SESSION_COOKIE_SECURE = False
SECURE_BROWSER_XSS_FILTER = False
CSRF_COOKIE_SECURE = False
Expand Down

0 comments on commit 5541068

Please sign in to comment.