From 453a5cda2e1103cb1d0f52f214a3751691875b38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Sat, 19 Sep 2015 11:55:38 +0200 Subject: [PATCH] Stricter hiddenImages rule --- lib/metadata/policies.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/metadata/policies.js b/lib/metadata/policies.js index fc6bbf0..e3b1127 100644 --- a/lib/metadata/policies.js +++ b/lib/metadata/policies.js @@ -970,7 +970,7 @@ var policies = { "tool": "phantomas", "label": "Hidden images", "message": "

List of all images that have a display:none property, or one of their parents. These images are loaded by the browser even if they're not visible. You might be able to find a way to lazy-load them, only when they get visible.

Trackers are an exception, you'd better hide them.

", - "isOkThreshold": 3, + "isOkThreshold": 1, "isBadThreshold": 12, "isAbnormalThreshold": 30, "hasOffenders": true