archesproject / arches-docs

official repo for Arches documentation
https://arches.readthedocs.io
9 stars 21 forks source link

[7.5] Avoid characterizing CSRF_TRUSTED_ORIGINS as a new setting #447

Closed jacobtylerwalls closed 4 months ago

jacobtylerwalls commented 4 months ago

brief description of changes

CSRF_TRUSTED_ORIGINS isn't new in Arches 7.5 / Django 4.x, it's just more important. We shouldn't discourage people from learning about the setting or debugging it on lower versions.

Inspired by forum post.

This box must be checked

This box should be checked

This box should only be checked you intend to follow through on it (we can do it on our end too)

ekansa commented 4 months ago

This looks good to me, and is a good clarification. Thanks @jacobtylerwalls !