Spaces:
Runtime error
Runtime error
Update src/lib/tw-security-manager-constants.js
Browse files
src/lib/tw-security-manager-constants.js
CHANGED
@@ -10,6 +10,8 @@ const SecurityModals = {
|
|
10 |
Geolocate: 'Geolocate',
|
11 |
Embed: 'Embed',
|
12 |
Unsandbox: 'Unsandbox',
|
|
|
|
|
13 |
};
|
14 |
|
15 |
export default SecurityModals;
|
|
|
10 |
Geolocate: 'Geolocate',
|
11 |
Embed: 'Embed',
|
12 |
Unsandbox: 'Unsandbox',
|
13 |
+
ScreenshotCamera: 'ScreenshotCamera',
|
14 |
+
Download: 'Download'
|
15 |
};
|
16 |
|
17 |
export default SecurityModals;
|