Skip to content

Commit

Permalink
fix: use youtube-nocookie to reduce trackers
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbalex committed Apr 4, 2022
1 parent ac95303 commit 960e3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HeroVideo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const HeroVideo = () => {
<iframe
width="100%"
height="100%"
src="https://www.youtube.com/embed/JXnRZRI5j20"
src="https://www.youtube-nocookie.com/embed/JXnRZRI5j20"
title="YouTube video player"
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
Expand Down

0 comments on commit 960e3a9

Please sign in to comment.