You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trustAsHtml used for title and message is prone to XSS when allowHtml true. Only ng-bind-html should be enough to allow for whitelisted tags according to me.
How can I rectify this problem ?
The text was updated successfully, but these errors were encountered:
tushartrantor
changed the title
allowHtml option not working as trustedHtml
trustAsHtml used for title and message -XSS Attack
Mar 6, 2017
trustAsHtml used for title and message is prone to XSS when allowHtml true. Only ng-bind-html should be enough to allow for whitelisted tags according to me.
How can I rectify this problem ?
The text was updated successfully, but these errors were encountered: