Skip to content

Commit

Permalink
NTR: Merge branch 'master' of github.com:mollie/Shopware6
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed Oct 13, 2023
2 parents 3c4eb04 + 38efa99 commit 9b0130e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
v-if="$attrs.hasOwnProperty('href')"
v-bind="$attrs"
target="_blank"
:rel="rel"
rel="rel noopener noreferrer"
class="mollie-external-link"
:class="classes"
>
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/views/mollie/pos/checkout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
</a>
</div>
{% if changeStatusUrl %}
<a href="{{ changeStatusUrl }}" title="Change Status in Test Mode" target="_blank" id="statusChange" class="m-button">
<a href="{{ changeStatusUrl }}" title="Change Status in Test Mode" target="_blank" rel="noopener noreferrer" id="statusChange" class="m-button">
Change Status in Test Mode
<svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
<path d="M17.17 32.92l9.17-9.17-9.17-9.17 2.83-2.83 12 12-12 12z"/>
Expand Down

0 comments on commit 9b0130e

Please sign in to comment.