Skip to content

Commit

Permalink
CSRF updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mittal-ishaan committed Sep 22, 2023
1 parent 3b6af33 commit a755a51
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 @@ -19,7 +19,7 @@
DEBUG = True

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

INSTALLED_APPS = [
Expand Down

0 comments on commit a755a51

Please sign in to comment.