mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
Hide referer URL to hide our BTCPay Server URL (#2655)
This commit is contained in:
parent
8e4f56bd52
commit
70baa4087c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue