For bug 77918 (fix feedback & support menu item) + Fix XSS-injection in plugin name

This commit is contained in:
Julia.Radzhabova
2025-10-28 16:09:30 +03:00
parent 304d708edb
commit bf84857cf1
5 changed files with 15 additions and 9 deletions

View File

@ -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,