Skip to content

Commit af97fd5

Browse files
committed
add {allow = "clipboard-write"} into iframe parameters
1 parent 0848848 commit af97fd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/views/apps/ApplicationFrame.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ onMounted(async () => {
201201
:src="url.toString()"
202202
frameborder="0"
203203
class="iframe"
204-
allow="camera"
204+
allow="camera; clipboard-write"
205205
/>
206206
<FullscreenLoader v-else-if="appState == AppState.WaitLoad" />
207207
<!-- Раскомментить, если появятся приложения от сторонних разработчиков -->

0 commit comments

Comments
 (0)