Skip to content

Commit

Permalink
MOL-1261: href links mit target blank mit noopener (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer authored Oct 13, 2023
1 parent c6cbb90 commit 38efa99
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 38efa99

Please sign in to comment.