This commit is contained in:
Zongmin Lei
2015-01-22 14:08:01 +08:00
parent 89c6930b9e
commit 6f86cc8e15
2 changed files with 1 additions and 4 deletions

3
dist/xss.js vendored
View File

@@ -722,9 +722,6 @@ FilterXSS.prototype.process = function (html) {
html = html.toString();
if (!html) return '';
// 去除不可见字符
html = DEFAULT.stripBlankChar(html);
var me = this;
var options = me.options;
var whiteList = options.whiteList;