Skip to content

Commit

Permalink
remove unneccessary allowed host
Browse files Browse the repository at this point in the history
  • Loading branch information
mittal-ishaan committed Feb 9, 2025
1 parent 9307608 commit f425dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messWebsite/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = env.bool("DEBUG", default=False)

ALLOWED_HOSTS = ["diningfee.iiti.ac.in", "127.0.0.1", "103.159.214.171"]
ALLOWED_HOSTS = ["diningfee.iiti.ac.in", "127.0.0.1"]
CSRF_TRUSTED_ORIGINS = ["http://diningfee.iiti.ac.in", "https://diningfee.iiti.ac.in"]
# Application definition

Expand Down

0 comments on commit f425dad

Please sign in to comment.