mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-02-10 18:05:32 +08:00
For bug 77918 (fix feedback & support menu item) + Fix XSS-injection in plugin name
This commit is contained in:
@ -165,7 +165,7 @@ define([
|
||||
me.pluginDlg = new Common.Views.PluginDlg({
|
||||
cls: isCustomWindow ? 'plain' : '',
|
||||
header: !isCustomWindow,
|
||||
title: plugin.get_Name(lang),
|
||||
title: Common.Utils.String.htmlEncode(plugin.get_Name(lang)),
|
||||
width: size[0], // inner width
|
||||
height: size[1], // inner height
|
||||
url: url,
|
||||
|
||||
Reference in New Issue
Block a user