cloudstack 3.0 UI - XSS - global setting page - fix a bug that notification got hacked after saving a value that has script tag (XSS attack).

This commit is contained in:
Jessica Wang 2012-03-16 13:11:44 -07:00
parent 31274387fc
commit b8dae7c57c

View File

@ -412,7 +412,7 @@
_l('Set value of') +
' ' + $instanceRow.find('td.name span').html() +
' ' + _l('to') +
' ' + newName :
' ' + _s(newName) :
_l('Unset value for') +
' ' + $instanceRow.find('td.name span').html()
},