mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-08 17:49:30 +00:00
Fix do not send referrer when opening youtube, sponsorblock or returndislite links
This commit is contained in:
@@ -279,7 +279,11 @@ const Video = () => {
|
||||
{video.active && (
|
||||
<p>
|
||||
Youtube:{' '}
|
||||
<a href={`https://www.youtube.com/watch?v=${video.youtube_id}`} target="_blank">
|
||||
<a
|
||||
href={`https://www.youtube.com/watch?v=${video.youtube_id}`}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Active
|
||||
</a>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user