diff --git a/lms/static/scripts/frontend_apps/components/ContentFrame.tsx b/lms/static/scripts/frontend_apps/components/ContentFrame.tsx index 15c4a8234d..f7e2741e7e 100644 --- a/lms/static/scripts/frontend_apps/components/ContentFrame.tsx +++ b/lms/static/scripts/frontend_apps/components/ContentFrame.tsx @@ -17,9 +17,9 @@ export default function ContentFrame({ url, iframeRef }: ContentFrameProps) { // too). // // "autoplay" - Enables Play button to work without first clicking on video - // "clipboard-write" - Used by "Copy transcript" button + // "clipboard-write *" - Used to copy YouTube transcripts and exported annotations, cross-origin // "fullscreen" - Enables full-screen button in player - allow="autoplay; clipboard-write; fullscreen" + allow="autoplay; clipboard-write *; fullscreen" className={classnames( // It's important that this content render full width and grow to fill // available flex space. n.b. It may be rendered together with grading