Skip to content

Commit

Permalink
Update CSRF_TRUSTED_ORIGINS in base.py to include https://brazil.koko…
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed Apr 15, 2024
1 parent 3bd72fd commit 97f9d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brazil_blog/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@
# e.g. in notification emails. Don't include '/admin' or a trailing slash
WAGTAILADMIN_BASE_URL = "https://brazil.kokokoding.nl"

CSRF_TRUSTED_ORIGINS=["brazil.kokokoding.nl"]
CSRF_TRUSTED_ORIGINS=["https://brazil.kokokoding.nl"]

0 comments on commit 97f9d4e

Please sign in to comment.