Skip to content

Commit

Permalink
csrf added
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayjain18 committed Jul 30, 2024
1 parent 32a4b29 commit bfa2c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluence/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
DEBUG = False

ALLOWED_HOSTS = ['https://fluence.azurewebsites.net', 'localhost', '*']
CSRF_TRUSTED_ORIGINS = ['https://fluence.azurewebsites.net', '*']
CSRF_TRUSTED_ORIGINS = ['https://fluence.azurewebsites.net']

# Application definition

Expand Down

0 comments on commit bfa2c50

Please sign in to comment.