Skip to content

Commit

Permalink
Adding csrf host for test site
Browse files Browse the repository at this point in the history
  • Loading branch information
gm3dmo committed Jun 3, 2024
1 parent c34aff6 commit 1e923fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

ALLOWED_HOSTS = ["cmp-production.up.railway.app", "*"]

CSRF_TRUSTED_ORIGINS = ["https://cmp-production.up.railway.app"]
CSRF_TRUSTED_ORIGINS = ["https://cmp-production.up.railway.app", "https://cmp.oxenfor.de" ]

INTERNAL_IPS = [
# ...
Expand Down

0 comments on commit 1e923fb

Please sign in to comment.