leizongmin / js-xss

Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist
http://jsxss.com
Other
5.19k stars 630 forks source link

Feature request isXss(value) #209

Open Cariaga opened 3 years ago

Cariaga commented 3 years ago

to check if it has script or html codes

leizongmin commented 3 years ago

The key question is how do you determine if the input HTML code contains XSS?