Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #225 from JeroenBoersma/patch-1
Browse files Browse the repository at this point in the history
Disable Reflected XSS on de slider confguration
  • Loading branch information
Hnto authored Jan 14, 2022
2 parents 4764fad + 2fd9caa commit fd5b60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/frontend/templates/product/layered/slider.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $disabledSliderUrlInputValue = sprintf('%s-%s', $minValue, $maxValue);
<span class="postfix"><?= $itemPostfix ?></span>
</span>
</div>
<div class="slider" data-mage-init='<?=$block->getJsSliderConfig()?>'></div>
<div class="slider" data-mage-init="<?=$block->escapeHtmlAttr($block->getJsSliderConfig())?>"></div>
<div class="labels">
<span class="current-min-value">
<span class="prefix"><?= $itemPrefix ?></span>
Expand Down

0 comments on commit fd5b60b

Please sign in to comment.