Skip to content

Commit

Permalink
Merge pull request #3475 from vmiklos/iframe-allow-clipboard
Browse files Browse the repository at this point in the history
fix: emit allow attribute on iframe for the clipboard (fixes #3474)
  • Loading branch information
eszkadev authored Feb 19, 2024
2 parents 1445fd8 + 2e9441c commit 292ba95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/view/Office.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
data-cy="coolframe"
scrolling="no"
allowfullscreen
allow="clipboard-read *; clipboard-write *"
class="office-viewer__iframe"
:style="{visibility: showIframe ? 'visible' : 'hidden' }"
:src="iframeSrc" />
Expand Down

0 comments on commit 292ba95

Please sign in to comment.