-
Notifications
You must be signed in to change notification settings - Fork 76
Integrations
Krzysztof Kotowicz edited this page May 4, 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.
- DOMPurify: Pull request
-
Closure library: Compile with
--define goog.TRUSTED_TYPES_POLICY_NAME=myPolicyName
to enable the support. Commits - Angular (WIP): sample integration.
- 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!