mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-01 21:32:35 +02:00
docs(angular): add trusted types content (#6421)
This commit is contained in:
@@ -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)
|
Reference in New Issue
Block a user