Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sahil5444 committed Nov 6, 2024
1 parent 6665ece commit 3a5b863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# https://docs.djangoproject.com/en/dev/ref/settings/#allowed-hosts
ALLOWED_HOSTS = [".localhost", "0.0.0.0", "127.0.0.1", "*"]

CSRF_TRUSTED_ORIGINS = ["https://*.localhost"]
CSRF_TRUSTED_ORIGINS = ["https://*.localhost", "https://cl8.vinnisoft.org"]

# CACHES
# ------------------------------------------------------------------------------
Expand Down

0 comments on commit 3a5b863

Please sign in to comment.