From 21d0d1041a749c7b8a4dec306371653a9a94e082 Mon Sep 17 00:00:00 2001 From: "Ashley :3" Date: Tue, 24 Feb 2026 03:36:12 +0300 Subject: [PATCH] Remove noreferrer since youtube now requires referrers on embeds (#5642) * Remove noreferer since youtube now requires referers on embeds * Update src/invidious/views/watch.ecr --------- Co-authored-by: Fijxu --- src/invidious/views/watch.ecr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/invidious/views/watch.ecr b/src/invidious/views/watch.ecr index 11ab96d6..7cf6c51c 100644 --- a/src/invidious/views/watch.ecr +++ b/src/invidious/views/watch.ecr @@ -125,7 +125,7 @@ we're going to need to do it here in order to allow for translations. end -%> <%= translate(locale, "videoinfo_watch_on_youTube") %> - (<%= translate(locale, "videoinfo_youTube_embed_link") %>) + (<%= translate(locale, "videoinfo_youTube_embed_link") %>)