Skip to content

Commit f7c3f33

Browse files
committed
ci(git): Copy generic CI/CD files
1 parent c240320 commit f7c3f33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

view/adminhtml/templates/form_key_loader.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use Magento\Framework\View\Element\Template;
1212
$url = $block->getUrl('loki_components/index/formkey');
1313
?>
1414
<script>
15-
fetch('<?= $url ?>')
15+
fetch('<?= $escaper->escapeUrl($url) ?>')
1616
.then(response => response.json())
1717
.then(data => {
1818
window.LOKI_FORM_KEY = data.form_key;

0 commit comments

Comments
 (0)