diff --git a/scripts/xsslint_thresholds.json b/scripts/xsslint_thresholds.json index 8adf8a38feff..6c35512f3398 100644 --- a/scripts/xsslint_thresholds.json +++ b/scripts/xsslint_thresholds.json @@ -9,12 +9,12 @@ "django-trans-escape-variable-mismatch": 0, "django-trans-invalid-escape-filter": 0, "django-trans-missing-escape": 0, - "javascript-concat-html": 18, + "javascript-concat-html": 2, "javascript-escape": 1, - "javascript-jquery-append": 3, - "javascript-jquery-html": 8, - "javascript-jquery-insert-into-target": 4, - "javascript-jquery-insertion": 6, + "javascript-jquery-append": 1, + "javascript-jquery-html": 5, + "javascript-jquery-insert-into-target": 2, + "javascript-jquery-insertion": 0, "javascript-jquery-prepend": 0, "mako-html-entities": 0, "mako-invalid-html-filter": 0, @@ -34,7 +34,7 @@ "python-parse-error": 0, "python-requires-html-or-text": 0, "python-wrap-html": 0, - "underscore-not-escaped": 5 + "underscore-not-escaped": 2 }, - "total": 95 + "total": 63 }