Fix logout 403 CSRF verification failed (#18) #19

Merged
westfarn merged 1 commits from fix/18-logout-csrf-403 into master 2026-07-10 17:39:29 -07:00
1 Commits
Author SHA1 Message Date
westfarn eed8852897 Fix logout 403 by setting CSRF trusted origins (#18)
CI / test (pull_request) Successful in 11s
Unit Tests / test (pull_request) Successful in 10s
Django 5 rejects HTTPS POSTs without CSRF_TRUSTED_ORIGINS; derive them from ALLOWED_HOSTS and trust the reverse-proxy TLS headers in prod/beta.
2026-07-10 13:12:17 -05:00