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
You have the option to disable CSRF in forms with https://github.com/luckyframework/lucky/blob/60b24a8f0489d6115063d15ba5974481b02c9abe/src/lucky/tags/form_helpers.cr#L3
If this is disabled, then we should probably also display the metatags as well.
lucky_cli/src/browser_app_skeleton/src/components/shared/layout_head.cr
Line 11 in 522c046
The text was updated successfully, but these errors were encountered:
If the CSRF is disabled, also remove the metatags. Fixes #696
4917817
Successfully merging a pull request may close this issue.
You have the option to disable CSRF in forms with
https://github.com/luckyframework/lucky/blob/60b24a8f0489d6115063d15ba5974481b02c9abe/src/lucky/tags/form_helpers.cr#L3
If this is disabled, then we should probably also display the metatags as well.
lucky_cli/src/browser_app_skeleton/src/components/shared/layout_head.cr
Line 11 in 522c046
The text was updated successfully, but these errors were encountered: