We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://docs.tandoor.dev/system/configuration/#csrf-trusted-origins
Installation
No response
Documentation suggests using: CSRF_TRUSTED_ORIGINS=[ ]
CSRF_TRUSTED_ORIGINS=[ ]
Source shows:
recipes/recipes/settings.py
Line 94 in 41ee8cf
It was not clear for me but consider updating documentation to show: CSRF_TRUSTED_ORIGINS=https://*.mydomain.com,https://*.mydomain2.com
CSRF_TRUSTED_ORIGINS=https://*.mydomain.com,https://*.mydomain2.com
Side note: It appears unsetting this entirely in the env would have defaulted to *
*
The text was updated successfully, but these errors were encountered:
Hello, I can update the documentation to describe the all possible use cases, please assign this issue to me.
Sorry, something went wrong.
No branches or pull requests
Documentation link
https://docs.tandoor.dev/system/configuration/#csrf-trusted-origins
Affected section
Installation
Other
No response
Issue description
Documentation suggests using:
CSRF_TRUSTED_ORIGINS=[ ]
Source shows:
recipes/recipes/settings.py
Line 94 in 41ee8cf
It was not clear for me but consider updating documentation to show:
CSRF_TRUSTED_ORIGINS=https://*.mydomain.com,https://*.mydomain2.com
Side note:
It appears unsetting this entirely in the env would have defaulted to
*
The text was updated successfully, but these errors were encountered: