A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Looks like an HTML autocomplete feature https://www.w3docs.com/snippets/html/how-to-disable-browser-autocomplete-and-autofill-on-html-form-and-input-fields.html
Quick and dirty solution - just set autocomplete="off" with JS like this https://stackoverflow.com/questions/23061992/force-autocomplete-off-on-whole-html-document
My client has an issue with Episerver-Forms cashing the values from an input form when you leave the page before submiting the form. He see this as a potential security threat (even though we encrypt the input values when a form is submitted).
Any thoughts on this? Is it possible to maybe turn off the caching of form values?