feat: allow clipboard write to xblock iframes (#1117)

This commit is contained in:
Ben Warzeski
2023-06-06 10:09:33 -04:00
committed by GitHub
parent 855474d406
commit 9943df49e4

View File

@@ -32,7 +32,7 @@ const LockPaywall = React.lazy(() => import('./lock-paywall'));
* Changes to it should be vetted by them (security@edx.org).
*/
const IFRAME_FEATURE_POLICY = (
'microphone *; camera *; midi *; geolocation *; encrypted-media *'
'microphone *; camera *; midi *; geolocation *; encrypted-media *; clipboard-write *'
);
/**