You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no "deployment" section and nothing about CSRF in the documentation.
The X-Forwarded-Proto header is being set by nginx, but I'm not sure what the value of CSRF_TRUSTED_ORIGINS should be when running inside a podman container.
I'm in a trusted network. Is there a way to turn off CSRF?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello.
On a new install behind an nginx TLS proxy, I'm seeing a CSRF error:
Looking in the production environment file, I see this:
https://github.com/wger-project/docker/blob/ec159f0af9a49c8472fd58c6eddd81f0b15ee29e/config/prod.env#L13
There is no "deployment" section and nothing about CSRF in the documentation.
The
X-Forwarded-Proto
header is being set by nginx, but I'm not sure what the value ofCSRF_TRUSTED_ORIGINS
should be when running inside a podman container.I'm in a trusted network. Is there a way to turn off CSRF?
Beta Was this translation helpful? Give feedback.
All reactions