Thanks to visit codestin.com Credit goes to github.com
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 b1cfcbc commit a7223d7Copy full SHA for a7223d7
cli/test/smokehouse/config/exclusions.js
@@ -40,6 +40,8 @@ for (const array of Object.values(exclusions)) {
40
array.push('csp-block-all');
41
// glitch is gone.
42
array.push('issues-mixed-content');
43
+ // works most of the time, but since it uses a live site it can be flaky
44
+ array.push('trusted-types-directive-present');
45
}
46
47
export default exclusions;
0 commit comments