🔒 Enables copy-to-clipboard for sites running in iframe modal / widget (#1207)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="web-content" :id="id">
|
||||
<iframe :src="url" allow="fullscreen" />
|
||||
<iframe :src="url" allow="fullscreen; clipboard-write" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user