We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7fad58 commit 73da25aCopy full SHA for 73da25a
cli/test/smokehouse/config/exclusions.js
@@ -36,6 +36,8 @@ const exclusions = {
36
for (const array of Object.values(exclusions)) {
37
// https://github.com/GoogleChrome/lighthouse/issues/14271
38
array.push('lantern-idle-callback-short');
39
+ // https://github.com/GoogleChrome/lighthouse/issues/16597
40
+ array.push('csp-block-all');
41
// glitch is gone.
42
array.push('issues-mixed-content');
43
}
0 commit comments