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
Currently the SuluFormBundle needs that esi/fragments are enabled else on a cache side the csrf token will error on post request.
It should not be needed that esi/fragments need to be enabled, if they are not enabled csrf protection should be disabled.
Disable esi/fragments (symfony default) and try to submit on a cache side.
Detect if disabled and then disable the csrf protection. But it should be able to force csrf protection over:
sulu_form: csrf_protection: 'auto' // 'on', 'off'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Actual Behavior
Currently the SuluFormBundle needs that esi/fragments are enabled else on a cache side the csrf token will error on post request.
Expected Behavior
It should not be needed that esi/fragments need to be enabled, if they are not enabled csrf protection should be disabled.
Steps to Reproduce
Disable esi/fragments (symfony default) and try to submit on a cache side.
Possible Solutions
Detect if disabled and then disable the csrf protection. But it should be able to force csrf protection over:
TODO
The text was updated successfully, but these errors were encountered: