Skip to content

Commit

Permalink
Updated localhost to 127.0.0.1 and added http to make django happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccully committed Nov 20, 2024
1 parent e30aa18 commit 966b85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion banzai_floyds_ui/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
},
]

CSRF_TRUSTED_ORIGINS = os.getenv('CSRF_TRUSTED_ORIGINS', 'localhost').split(',')
CSRF_TRUSTED_ORIGINS = os.getenv('CSRF_TRUSTED_ORIGINS', 'http://127.0.0.1').split(',')

# Internationalization
# https://docs.djangoproject.com/en/4.1/topics/i18n/
Expand Down

0 comments on commit 966b85d

Please sign in to comment.