diff --git a/resources/assets/js/components/MicroApps/iframe.vue b/resources/assets/js/components/MicroApps/iframe.vue index 6a7470797..31518f416 100644 --- a/resources/assets/js/components/MicroApps/iframe.vue +++ b/resources/assets/js/components/MicroApps/iframe.vue @@ -5,7 +5,8 @@ class="micro-app-iframe-container" :class="{'iframe-immersive': immersive}" :src="src" - sandbox="allow-scripts allow-forms allow-same-origin allow-popups allow-popups-to-escape-sandbox"> + sandbox="allow-scripts allow-forms allow-same-origin allow-popups allow-popups-to-escape-sandbox allow-modals allow-orientation-lock allow-pointer-lock allow-presentation allow-storage-access-by-user-activation allow-downloads allow-downloads-without-user-activation" + allow="microphone; camera; speaker-selection; geolocation; accelerometer; gyroscope; magnetometer; fullscreen; picture-in-picture; clipboard-read; clipboard-write"> diff --git a/resources/mobile b/resources/mobile index cbb7f4208..1d2a5f577 160000 --- a/resources/mobile +++ b/resources/mobile @@ -1 +1 @@ -Subproject commit cbb7f4208aee524f27a178655a261796ab39f94a +Subproject commit 1d2a5f577d1844198fec7448b0ab715a3285ce60