Security update

This commit is contained in:
ONLYOFFICE
2014-07-22 18:10:05 +04:00
parent e0923e7aa4
commit 654bd6fbf9
10 changed files with 30 additions and 1668 deletions

View File

@@ -71,7 +71,7 @@
}
var dc = Ext.fly("header-documentcaption");
if (dc) {
Ext.DomHelper.overwrite(dc, value);
Ext.DomHelper.overwrite(dc, Ext.htmlEncode(value));
}
return value;
},