Protect against Malicious content(XSS attack) from being posted to backend
Hi,
Could anyone help me out how i can avoid malicious content from being posted to back end from editable text box . I am using sightly in HTML.
I understand in JSP we have XSSAPI.
I am not sure how to achieve this using sightly when you post the data.
I am not using AEM forms here.