Skip to content

Commit

Permalink
ci(DFM-10) update settings crsf
Browse files Browse the repository at this point in the history
  • Loading branch information
Dokuqui committed May 15, 2024
1 parent 6e61120 commit b1583a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion find_movie/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,4 @@
SESSION_COOKIE_SECURE = True

CSRF_COOKIE_DOMAIN = os.getenv("CSRF_COOKIE_DOMAIN")
CSRF_TRUSTED_ORIGINS = [os.getenv("CSRF_TRUSTED_ORIGINS")]
CSRF_TRUSTED_ORIGINS = os.getenv("CSRF_TRUSTED_ORIGINS", "").split(",")

0 comments on commit b1583a8

Please sign in to comment.