(no title)
LiamPowell | 5 days ago
For those that don't know what trusted types are: Simply put, it splits the string type in to unsanitised_string_from_user and safe_escaped_string where unsafe strings can not be used in function parameters that only take a safe string That's heavily simplifying of course, but it's the basic idea.
TeMPOraL|5 days ago
duskdozer|5 days ago
LiamPowell|5 days ago