lighthouse 9.5.0-dev.20220915 → 9.5.0-dev.20220917
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -31,7 +31,8 @@ const filterResistantAuditIds = ['full-page-screenshot'];
|
|
|
31
31
|
|
|
32
32
|
// Some artifacts are used by the report for additional information.
|
|
33
33
|
// Always run these artifacts even if audits do not request them.
|
|
34
|
-
|
|
34
|
+
// These are similar to base artifacts but they cannot be run in all 3 modes.
|
|
35
|
+
const filterResistantArtifactIds = ['Stacks', 'NetworkUserAgent'];
|
|
35
36
|
|
|
36
37
|
/**
|
|
37
38
|
* Returns the set of audit IDs used in the list of categories.
|
package/package.json
CHANGED