-
Notifications
You must be signed in to change notification settings - Fork 82
Integrations
Krzysztof Kotowicz edited this page Sep 14, 2019
·
30 revisions
Here we list the open source projects we know of that already integrate with Trusted Types. We also link to the respective code commits to guide future integrations.
-
lit-html: Pull Request. Uses
lit-html
as a policy name. - React (WIP): PRs for client-side and SSR
- VueJS (WIP): Pull request
- Angular (WIP): Pull request
- Webpack (WIP): PR for hot update.
- DOMPurify: Pull request
- Karma: Pull request
- Karma-jasmine-html-reporter: PR
-
Closure library: Compile with
--define goog.TRUSTED_TYPES_POLICY_NAME=myPolicyName
to enable the support. Commits - Safe Pug templates
- TypeScript type annotations via DefinitelyTyped. Use via
npm install --save @types/trusted-types
Using Trusted Types in your projects? Let us know!