v0.1.19
This commit is contained in:
3
dist/xss.js
vendored
3
dist/xss.js
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user