Skip to content

Commit db7ec37

Browse files
crisbetoaaronshim
andcommitted
fix: Temporarily disable Trusted Types
Co-authored-by: Aaron Shim <[email protected]>
1 parent e0e9872 commit db7ec37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runner/ratings/built-in.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export function getBuiltInRatings(): Rating[] {
3232
NoInnerHtmlBindingsRating,
3333
NoDangerouslySetInnerHtmlRating,
3434
cspViolationsRating,
35-
trustedTypesViolationsRating,
35+
// TODO: Re-enable after https://github.com/google/strict-csp update.
36+
// trustedTypesViolationsRating,
3637
];
3738
}

0 commit comments

Comments
 (0)