docs(angular): add trusted types content (#6421)
parent
efae705341
commit
bfde2904c1
1 changed files with 10 additions and 1 deletions
@ -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…
Reference in new issue