From bfde2904c14f5382fa6c24442f325f118c29f64a Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Wed, 7 Aug 2024 23:43:48 -0400 Subject: [PATCH] docs(angular): add trusted types content (#6421) --- .../enforce-trusted-types@5h7U0spwEUhB-hbjSlaeB.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/angular/content/enforce-trusted-types@5h7U0spwEUhB-hbjSlaeB.md b/src/data/roadmaps/angular/content/enforce-trusted-types@5h7U0spwEUhB-hbjSlaeB.md index abba00eca..b065d49a6 100644 --- a/src/data/roadmaps/angular/content/enforce-trusted-types@5h7U0spwEUhB-hbjSlaeB.md +++ b/src/data/roadmaps/angular/content/enforce-trusted-types@5h7U0spwEUhB-hbjSlaeB.md @@ -1 +1,10 @@ -# Enforce Trusted Types \ No newline at end of file +# 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) \ No newline at end of file