mirror of
https://github.com/coder/code-server.git
synced 2025-09-20 05:22:50 +08:00

This can be used to escape any special characters in a string with HTML before sending from the server back to the client. This is important to prevent a cross-site scripting attack.