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 6c9c6ae commit 6894326Copy full SHA for 6894326
1 file changed
cli/test/smokehouse/config/exclusions.js
@@ -84,6 +84,8 @@ for (const array of Object.values(exclusions)) {
84
array.push('issues-mixed-content');
85
// works most of the time, but since it uses a live site it can be flaky
86
array.push('trusted-types-directive-present');
87
+ // https://csp.withgoogle.com/docs/index.html is down
88
+ array.push('origin-isolation-coop-present');
89
}
90
91
export default exclusions;
0 commit comments