how golang templates protect against XSS

Oct 20, 2023

https://rawgit.com/mikesamuel/sanitized-jquery-templates/trunk/safetemplate.html#problem_definition

Using type inference to make web templates robust against XSS

Found via the lobsters comments here, about how the golang HTML template system attempts to prevent XSS.

↑ up