Skip to content

Commit

Permalink
Fix CSRF_TRUSTED_ORIGINS
Browse files Browse the repository at this point in the history
  • Loading branch information
neoformit committed Jan 15, 2025
1 parent db0be39 commit 4c54651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app/settings/prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
]

CSRF_TRUSTED_ORIGINS = [
HOSTNAME,
f"https://{HOSTNAME}",
]

# Use manifest to manage static file versions for cache busting:
Expand Down

0 comments on commit 4c54651

Please sign in to comment.