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 e0e9872 commit db7ec37Copy full SHA for db7ec37
runner/ratings/built-in.ts
@@ -32,6 +32,7 @@ export function getBuiltInRatings(): Rating[] {
32
NoInnerHtmlBindingsRating,
33
NoDangerouslySetInnerHtmlRating,
34
cspViolationsRating,
35
- trustedTypesViolationsRating,
+ // TODO: Re-enable after https://github.com/google/strict-csp update.
36
+ // trustedTypesViolationsRating,
37
];
38
}
0 commit comments