Skip to content

Commit 1b50fcf

Browse files
committed
fix: switch to youtube-nocookie.com for the walkthroughs
1 parent 778b21b commit 1b50fcf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

components/walkthroughs/WatchWalkthroughsPage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ function VideoPlayer({
143143

144144
try {
145145
playerRef.current = new window.YT.Player(containerRef.current, {
146+
host: "https://www.youtube-nocookie.com",
146147
videoId: videoId,
147148
playerVars: {
148149
modestbranding: 1,

0 commit comments

Comments
 (0)