CodeSeven / toastr

Simple javascript toast notifications

Home Page:http://www.toastrjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is not maintained (2023)

wildcoder5 opened this issue · comments

  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.