There was an error while loading. Please reload this page.
1 parent c24cad6 commit cb4bce7Copy full SHA for cb4bce7
1 file changed
src/main.js
@@ -16,7 +16,7 @@ const createIframe = (url) => {
16
frame.height = "100%";
17
frame.allowUserMedia = true;
18
frame.setAttribute("frameborder", "0");
19
- frame.setAttribute("allow", "geolocation; microphone; camera; accelerometer; gyroscope;");
+ frame.setAttribute("allow", "geolocation *; microphone *; camera *; accelerometer *; gyroscope *;");
20
app.appendChild(frame);
21
};
22
0 commit comments