leizongmin / js-xss

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

IFilterXSSOptions is missing stripIgnoreTag property #134

Closed schwerlaut closed 6 years ago

schwerlaut commented 6 years ago

The typings contains the IFilterXSSOptions for additional properties to be set for filtering. However - the proeprty stripIgnoreTag which is just in pure JS examples seems to be missing.

schwerlaut commented 6 years ago

Just noticed, that this is yet fixed in your master branch. Seems like there is just a release missing.