YouTube 嵌入缺少 referrerpolicy
作者: Slgoetz创建于 2025年9月30日更新于 2026年4月1日
<ReactPlayer style={videoPlayerStyle} src={videoUrl} width="100%" height="100%" controls={true} playing={false} // 不自动播放 config={{ youtube: { origin: window.location.origin, enablejsapi: 0, }, }} />
内容来源: cookpete/react-player