Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve message encoding in js-mailer
Changed the code to encode the error message text in js-mailer.js. This is done to prevent potential Cross-Site Scripting (XSS) by ensuring any HTML characters entering the message div are properly escaped.
- Loading branch information