xssfilter
Version:
XSS (Cross-Site Script) Filter for Node.js & the browser
18 lines (11 loc) • 323 B
Markdown
## 0.5.3
- Fix: attribute in black list should be case insensitive #1
## 0.5.2
- Support using in browser
## 0.5.1
- Add test cases
- Add `removeMatchTag`, use to remove matched tag, if set to false, escape instead.
- Optimize clear tag spaces method
## 0.5.0
- Add browserify support
- Reconstruction & optimization