We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b3ef5 commit b4b16ffCopy full SHA for b4b16ff
app/code/Magento/Cms/view/adminhtml/templates/url_filter_applier.phtml
@@ -5,12 +5,13 @@
5
*/
6
7
/** @var $block \Magento\Backend\Block\Template */
8
+/** @var \Magento\Framework\Escaper $escaper */
9
?>
10
<script type="text/x-magento-init">
11
{
12
"*": {
13
"Magento_Ui/js/grid/url-filter-applier": {
- "listingNamespace": "<?= $block->getListingNamespace() ?>"
14
+ "listingNamespace": "<?= $escaper->escapeJs($block->getListingNamespace()) ?>"
15
}
16
17
0 commit comments