We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fbf6dc commit 79ca638Copy full SHA for 79ca638
1 file changed
src/components/MediaSlider.tsx
@@ -161,6 +161,7 @@ export const MediaSlider: React.FC<MediaSliderProps> = ({
161
src={`https://www.youtube.com/embed/${ytId}?rel=0&playsinline=1&mute=1&fs=0&enablejsapi=1${autoPlay ? "&autoplay=1" : ""}`}
162
title={current.title || "Trailer"}
163
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
164
+ referrerPolicy="strict-origin-when-cross-origin"
165
// Native fullscreen intentionally disabled to use custom control
166
ref={(el) => {
167
if (el && autoPlay) {
0 commit comments