mirror of https://github.com/apache/cloudstack.git
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:
parent
7283591690
commit
f21263364f
|
|
@ -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()
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue