fix: Potentially unsafe external link (#335)

This commit is contained in:
Livio Amstutz 2020-07-03 12:48:09 +02:00 committed by GitHub
parent 6736b2867e
commit 10d8d68b21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -411,7 +411,7 @@
<table role="presentation" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td> <a href="{{.URL}}" target="_blank">{{.ButtonText}}</a> </td>
<td> <a href="{{.URL}}" target="_blank" rel="noopener noreferrer">{{.ButtonText}}</a> </td>
</tr>
</tbody>
</table>