From 46271a327af44cd60b987897b18f752eef5e6b13 Mon Sep 17 00:00:00 2001 From: Roman Edirisinghe Date: Mon, 21 Oct 2024 11:49:59 -0400 Subject: [PATCH] fix: corrects typo in IFRAME_FEATURE_POLICY --- src/courseware/course/sequence/Unit/ContentIFrame.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/courseware/course/sequence/Unit/ContentIFrame.jsx b/src/courseware/course/sequence/Unit/ContentIFrame.jsx index 54c4d6620f..7f99e4c172 100644 --- a/src/courseware/course/sequence/Unit/ContentIFrame.jsx +++ b/src/courseware/course/sequence/Unit/ContentIFrame.jsx @@ -20,7 +20,7 @@ import * as hooks from './hooks'; * Changes to it should be vetted by them (security@edx.org). */ export const IFRAME_FEATURE_POLICY = ( - 'microphone *; camera *; midi *; geolocation *; encrypted-media *, clipboard-write *' + 'microphone *; camera *; midi *; geolocation *; encrypted-media *; clipboard-write *' ); export const testIDs = StrictDict({