diff --git a/client/src/pages/VideoPage.tsx b/client/src/pages/VideoPage.tsx index 527e732..37b1063 100644 --- a/client/src/pages/VideoPage.tsx +++ b/client/src/pages/VideoPage.tsx @@ -470,6 +470,7 @@ export default function VideoPage() { frameBorder="0" allowFullScreen allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" + sandbox="allow-scripts allow-same-origin allow-presentation" onLoad={handleVideoPlay} title={currentVideo.title} />