mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
add nocookie to youtube
This commit is contained in:
@@ -53,7 +53,7 @@ const YoutubeEmbed = ({parsedUrl}) => {
|
||||
allow="accelerometer; encrypted-media; gyroscope; picture-in-picture; web-share"
|
||||
allowfullscreen
|
||||
title={parsedUrl.href}
|
||||
src={`https://www.youtube.com/embed/${youtubeId}`}
|
||||
src={`https://www.youtube-nocookie.com/embed/${youtubeId}`}
|
||||
/>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user