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

Fix URL with valid uppercase protocol get removal #179

Open YukiDayDreamer opened 5 years ago

YukiDayDreamer commented 5 years ago

<a href="HTTP://www.google.com">Google</a> will be converted to <a href>Google</a>