Skip to content

Commit

Permalink
fix: corrects typo in IFRAME_FEATURE_POLICY
Browse files Browse the repository at this point in the history
  • Loading branch information
rediris authored and bradenmacdonald committed Nov 4, 2024
1 parent e337a36 commit 6813872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/courseware/course/sequence/Unit/ContentIFrame.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 6813872

Please sign in to comment.