Hide referer URL to hide our BTCPay Server URL (#2655)

This commit is contained in:
Wouter Samaey 2021-07-05 06:51:00 +02:00 committed by GitHub
parent 8e4f56bd52
commit 70baa4087c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -275,7 +275,7 @@
<td class="ps-3 text-break">
@if (!string.IsNullOrEmpty(payment.Link))
{
<a href="@payment.Link" class="text-print-default" target="_blank">@payment.Id</a>
<a href="@payment.Link" class="text-print-default" rel="noreferrer noopener" target="_blank">@payment.Id</a>
}
else
{