Turn off autocomplete for csrf_field generates HTML validation error #48842
Unanswered
Graphicfort
asked this question in
General
Replies: 1 comment 2 replies
-
Inline styles could cause issues with Content Security Policies, so it would be better to just remove the attribute entirely. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
An “input” element with a “type” attribute whose value is “hidden” must not have an “autocomplete” attribute whose value is “on” or “off”
To avoid HTML5 validation error, you can change:
to
Beta Was this translation helpful? Give feedback.
All reactions