Skip to content

Commit d56f25f

Browse files
author
Michell Brito
committed
MC-16093: Add Privacy Policy link to Admin footer - Removed escapeNotVerified due to it being legacy and insecure.
1 parent d5d824c commit d56f25f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Backend/view/adminhtml/templates/page/privacyPolicy.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
?>
1010

1111
<a class="link-report" href="<?= $block->escapeUrl($block->getPrivacypolicyUrl()) ?>" id="footer_privacy" target="_blank">
12-
<?= /* @escapeNotVerified */ __('Privacy Policy | ') ?>
12+
<?= $block->escapeHtml(__('Privacy Policy')) ?>
1313
</a>

0 commit comments

Comments
 (0)