docs(angular): add trusted types content (#6421)

pull/6427/head
J. Degand 4 months ago committed by GitHub
parent efae705341
commit bfde2904c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 11
      src/data/roadmaps/angular/content/enforce-trusted-types@5h7U0spwEUhB-hbjSlaeB.md

@ -1 +1,10 @@
# Enforce Trusted Types
# Enforce Trusted Types
It is recommended that you use Trusted Types as a way to help secure your applications from cross-site scripting attacks. Trusted Types is a web platform feature that can help you prevent cross-site scripting attacks by enforcing safer coding practices. Trusted Types can also help simplify the auditing of application code.
Visit the following resources to learn more:
- [@official@Angular Official Docs - Enforcing Trusted Types](https://angular.dev/best-practices/security#enforcing-trusted-types)
- [@official@W3C - Trusted Types](https://w3c.github.io/trusted-types/dist/spec/)
- [@official@MDN Docs - Trusted Types API](https://developer.mozilla.org/en-US/docs/Web/API/Trusted_Types_API)
- [@article@How to use Trusted Types](https://web.dev/articles/trusted-types#how-to-use-trusted-types)
Loading…
Cancel
Save