leizongmin / js-xss

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

Using greater than or less than in text #150

Open MDornian opened 5 years ago

MDornian commented 5 years ago

How do I specify "x < y" or "y>x" in text without it encoding it?

iamsarthakjoshi commented 1 year ago

HI @MDornian, I look for the same. Did you find any solution to it? Thanks.