diff --git a/psf-memo-client/src/components/post-feed/post-content.js b/psf-memo-client/src/components/post-feed/post-content.js index 89b9c72..50d3ad4 100644 --- a/psf-memo-client/src/components/post-feed/post-content.js +++ b/psf-memo-client/src/components/post-feed/post-content.js @@ -71,7 +71,7 @@ function PostContent ({ text = '', initialFailedImages }) { React.createElement('iframe', { src: `${YOUTUBE_EMBED_BASE_URL}/${segment.videoId}`, title: `YouTube video ${segment.videoId}`, - allow: 'accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share', + allow: 'accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture', referrerPolicy: 'strict-origin-when-cross-origin', allowFullScreen: true, frameBorder: '0' diff --git a/psf-memo-client/src/components/post-feed/post-feed-item.js b/psf-memo-client/src/components/post-feed/post-feed-item.js index 76e1559..5aa174b 100644 --- a/psf-memo-client/src/components/post-feed/post-feed-item.js +++ b/psf-memo-client/src/components/post-feed/post-feed-item.js @@ -137,7 +137,7 @@ function PostFeedItem ({
+