Skip to content

Commit d53429e

Browse files
committed
Newsletter: Add section on Trusted Types to July 2025
1 parent 9db7c9c commit d53429e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/content/newsletters/2025-07-31.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,15 @@ locations that need to perform extra work to behave correctly. This month, we've
9090
to begin using wholesale within LibJS and LibWeb. This not only make the code simpler to write and reason about, but
9191
has also fixed some Unicode-related edge cases that we previously missed.
9292

93+
### Trusted types
94+
95+
Trusted Types is a web security feature that helps prevent cross-site scripting (XSS) attacks by restricting what data
96+
can be used to manipulate the DOM, inject scripts, or forge URLs. It allows web developers to define policy rules that
97+
specify how to create a type-safe sanitized version of a strings that can be used to manipulate injection sinks such as
98+
`Element.innerHTML`, `HTMLScriptElement.text`, and `HTMLScriptElement.src`. This month, a contributor added initial
99+
support for Trusted Types. Future work to flesh out the support for this security-conscious feature is already under way
100+
and will be continued in the coming months.
101+
93102
### Credits
94103

95104
We'd like to thank everyone who contributed code this month:

0 commit comments

Comments
 (0)