chore: build dist
This commit is contained in:
3
dist/xss.js
vendored
3
dist/xss.js
vendored
@@ -61,7 +61,6 @@ function getDefaultWhiteList() {
|
||||
small: [],
|
||||
span: [],
|
||||
sub: [],
|
||||
summary: [],
|
||||
sup: [],
|
||||
strong: [],
|
||||
table: ["width", "border", "align", "valign"],
|
||||
@@ -554,7 +553,7 @@ function parseTag(html, onTag, escapeHtml) {
|
||||
var i = 1;
|
||||
var ic = html.charAt(currentPos - i);
|
||||
|
||||
while ((ic === " ") || (ic === "=")) {
|
||||
while ((ic.trim() === "") || (ic === "=")) {
|
||||
if (ic === "=") {
|
||||
quoteStart = c;
|
||||
continue chariterator;
|
||||
|
||||
2
dist/xss.min.js
vendored
2
dist/xss.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user