fix: corrects typo in IFRAME_FEATURE_POLICY
This commit is contained in:
committed by
Braden MacDonald
parent
e337a367d1
commit
6813872dd3
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user