Changes between Version 1 and Version 2 of Ticket #31845
- Timestamp:
- Aug 1, 2020, 3:42:46 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31845 – Description
v1 v2 8 8 (Our system uses DRF, but the original error seems to come from the CsrfViewMiddleware implementation.) 9 9 10 For now, we add CSRF_TRUSTED_ORIGINSour production domain with trailing dot to circumvent this issue.10 For now, we set CSRF_TRUSTED_ORIGINS with our production domain with trailing dot to circumvent this issue.