add rel=noopener

This commit is contained in:
sovejero 2023-07-13 02:52:25 -03:00
parent 040d676039
commit 7a4a4718b4
4 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@
<p>We received a request to remove two-factor authentication from your account. In 72 hours, click the link below.</p>
<p>If you didn't make this request, change your password and use the Log Out Everywhere feature in your <a href="/settings/security">Security Settings</a> to permanently invalidate the link.</p>
<div class="button-container">
<a href="{{action_url}}" class="button" target="_blank">Remove 2FA</a>
<a href="{{action_url}}" class="button" target="_blank" rel="noopener">Remove 2FA</a>
</div>
<p class="user-info">Please note that {{SITE_TITLE}} will never ask you for your email, password, or two-factor token via email, text, or phone.</p>

View file

@ -5,7 +5,7 @@
{% block content %}
<p>You told us you wanted to change your {{SITE_TITLE}} account email. To finish this process, please verify your new email address:</p>
<div class="button-container">
<a href="{{action_url}}" class="button" target="_blank">Verify Email</a>
<a href="{{action_url}}" class="button" target="_blank" rel="noopener">Verify Email</a>
</div>
<p class="reference-text">For reference, here's your current information:</p>
<div class="user-info">

View file

@ -5,7 +5,7 @@
{% block content %}
<p>Thanks for joining {{SITE_TITLE}}. Were happy to have you on board. Please click the button below to verify your email address:</p>
<div class="button-container">
<a href="{{action_url}}" class="button" target="_blank">Verify Email</a>
<a href="{{action_url}}" class="button" target="_blank" rel="noopener">Verify Email</a>
</div>
<p class="reference-text">For reference, here's your username:</p>
<div class="user-info">

View file

@ -5,7 +5,7 @@
{% block content %}
<p>To reset your password, click the button below:</p>
<div class="button-container">
<a href="{{action_url}}" class="button" target="_blank">Reset password</a>
<a href="{{action_url}}" class="button" target="_blank" rel="noopener">Reset password</a>
</div>
<p class="reference-text">For reference, here's your login information:</p>
<div class="user-info">