fix: corrects typo in IFRAME_FEATURE_POLICY

This commit is contained in:
Roman Edirisinghe
2024-10-21 11:49:59 -04:00
committed by Braden MacDonald
parent e337a367d1
commit 6813872dd3

View File

@@ -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({