• J
    feat: add escapeHtml function · c505fc45
    Joe Previte 提交于
    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.
    c505fc45
util.ts 14.8 KB