From 4241810c307e5a8b7e101e245ce50e92cc0f351d Mon Sep 17 00:00:00 2001 From: "Dr. Pi3ch" <803315+pi3ch@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:02:01 +1000 Subject: [PATCH] Update video.cjs Fix #1756. Include required attributes for YouTube iframe player embedded. Resolve YouTube 153 error --- packages/core/spec/fixtures/templates/js-with-helpers/video.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/spec/fixtures/templates/js-with-helpers/video.cjs b/packages/core/spec/fixtures/templates/js-with-helpers/video.cjs index e7a08a8ce..5abe6cbe7 100644 --- a/packages/core/spec/fixtures/templates/js-with-helpers/video.cjs +++ b/packages/core/spec/fixtures/templates/js-with-helpers/video.cjs @@ -22,6 +22,6 @@ module.exports = function ({ node, _, helpers }) { } const src = `${helpers.getAssetUriScheme(document)}//www.youtube.com/embed/${target}?${params.join('&')}` return `
-