|
@@ -900,7 +900,7 @@ var policies = {
|
|
"isBadThreshold": 100,
|
|
"isBadThreshold": 100,
|
|
"isAbnormalThreshold": 200,
|
|
"isAbnormalThreshold": 200,
|
|
"hasOffenders": true,
|
|
"hasOffenders": true,
|
|
- "takeOffendersFrom": ["htmlCount", "jsCount", "cssCount", "imageCount", "webfontCount", "videoCount", "jsonCount", "jsonCount"],
|
|
|
|
|
|
+ "takeOffendersFrom": ["htmlCount", "jsCount", "cssCount", "imageCount", "webfontCount", "videoCount", "jsonCount", "otherCount"],
|
|
"offendersTransformFn": function(offenders) {
|
|
"offendersTransformFn": function(offenders) {
|
|
return {
|
|
return {
|
|
count: offenders.length,
|
|
count: offenders.length,
|