CodeSeven / toastr

Simple javascript toast notifications
http://www.toastrjs.com
MIT License
11.9k stars 2.04k forks source link

This project is not maintained (2023) #698

Open wildcoder5 opened 1 year ago

wildcoder5 commented 1 year ago
  1. There is a css name collision with the bootstrap css framework.

  2. There is xss in the toast message and title. Prior versions should use toastr.options.escapeHtml = true;. Or you can escape manually.