From b6c3e6f55e5985d05b8a0781828baac7fa4cfd39 Mon Sep 17 00:00:00 2001 From: Amelia Rozmus Date: Mon, 27 Oct 2025 16:15:36 +0100 Subject: [PATCH 1/2] [xExtension-YouTube] Add referrer policy to iframe in extension.php Fixes Error 153 / Video player configuration error --- xExtension-YouTube/extension.php | 1 + 1 file changed, 1 insertion(+) diff --git a/xExtension-YouTube/extension.php b/xExtension-YouTube/extension.php index eeb739e..13a5a9c 100644 --- a/xExtension-YouTube/extension.php +++ b/xExtension-YouTube/extension.php @@ -444,6 +444,7 @@ public function getHtml(FreshRSS_Entry $entry, string $url): string { height="' . $this->height . '" src="' . $url . '" frameborder="0" + referrerpolicy="strict-origin-when-cross-origin" allowFullScreen>'; if ($this->showContent) { From fb2477ce42b84f3e389cb39f9d1441c4b54e89e9 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 27 Oct 2025 21:18:06 +0100 Subject: [PATCH 2/2] Bump version --- xExtension-YouTube/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xExtension-YouTube/metadata.json b/xExtension-YouTube/metadata.json index c781cee..b4ae92e 100644 --- a/xExtension-YouTube/metadata.json +++ b/xExtension-YouTube/metadata.json @@ -2,7 +2,7 @@ "name": "YouTube Video Feed", "author": "Kevin Papst, Inverle", "description": "Embed YouTube feeds inside article content.", - "version": "1.0.0", + "version": "1.1.0", "entrypoint": "YouTube", "type": "user" }