This commit is contained in:
David Eisinger
2024-11-11 00:53:12 -05:00
parent bcc2631f69
commit b3aca51878
6 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ particularly gnarly feature.
In addition to adding text, photos, and buttons to their emails, users
can add *code blocks* which let them manually enter HTML to be inserted
into the email. The feature in question was to add server-side code
santization, to make sure user-submitted HTML isn't invalid or
sanitization, to make sure user-submitted HTML isn't invalid or
potentially malicious. The logic is roughly defined as follows:
- User modifies the HTML & hits "preview";