add missing noreferrers

This commit is contained in:
epicsam123
2025-06-26 18:40:06 -04:00
committed by GitHub
parent df8839d1f0
commit 64ac3b5203
4 changed files with 5 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ module Invidious::Frontend::WatchPage
str << " class=\"pure-form pure-form-stacked\""
str << " action='#{url}'"
str << " method='post'"
str << " rel='noopener'"
str << " rel='noopener noreferrer'"
str << " target='_blank'>"
str << '\n'