Skip to content

Commit

Permalink
Merge pull request #3481 from nextcloud/backport/3475/stable28
Browse files Browse the repository at this point in the history
[stable28] fix: emit allow attribute on iframe for the clipboard (fixes #3474)
  • Loading branch information
juliushaertl authored Feb 20, 2024
2 parents d8a3185 + 6e29846 commit ce2e664
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 ce2e664

Please sign in to comment.