Fix do not send referrer when opening youtube, sponsorblock or returndislite links

This commit is contained in:
MerlinScheurer
2025-06-22 11:41:00 +02:00
parent 990cb9aaec
commit b14309daeb
6 changed files with 53 additions and 12 deletions

View File

@@ -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>