Skip to content

Commit

Permalink
Updated script template to include CSP nonce generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jun 16, 2024
1 parent a7cfef0 commit 15d48e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions view/adminhtml/templates/taxidvalidation.phtml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
?>
<script>
$script = <<<script
require([
"prototype",
"Gw_AutoCustomerGroup/js/taxidvalidation"
], function(){
});
</script>
script;
$secureRenderer->renderTag('script', [], $script, false);

0 comments on commit 15d48e0

Please sign in to comment.