sateesh999
6 years agoContributor
How to prevent cross-site-scripting and XSS?
How to prevent cross-site-scripting and XSS?
We are getting messages from unknown users like the below:
[
<img src=x onerror=prompt('xss by codejump');>
<img src=x onerror=prompt(/securitytesting/)>
]
How to resolve this error?
How to add error validations to the Rich text area of TinyMce editor?
Thanks in advance,
Sateesh.