1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 13:22:38 +02:00

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

This commit is contained in:
J. Degand
2024-08-07 23:43:48 -04:00
committed by GitHub
parent efae705341
commit bfde2904c1

View File

@@ -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)