From 1936ab6f5c3fac401fb1fe2bef2355d09d025dc9 Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Mon, 11 Sep 2017 09:38:09 -0400 Subject: [PATCH] Lower xss thresholds. --- scripts/xsslint_thresholds.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/xsslint_thresholds.json b/scripts/xsslint_thresholds.json index 943e08b556..3d00a8a836 100644 --- a/scripts/xsslint_thresholds.json +++ b/scripts/xsslint_thresholds.json @@ -13,7 +13,7 @@ "mako-invalid-js-filter": 192, "mako-js-html-string": 0, "mako-js-missing-quotes": 0, - "mako-missing-default": 182, + "mako-missing-default": 181, "mako-multiple-page-tags": 0, "mako-unknown-context": 0, "mako-unparseable-expression": 0, @@ -28,5 +28,5 @@ "python-wrap-html": 235, "underscore-not-escaped": 507 }, - "total": 1783 + "total": 1782 }