mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[start] changed permitions for plugins iframe
This commit is contained in:
@ -53,7 +53,7 @@
|
||||
|
||||
let _html = `<div class="action-panel style--free ${args.action}">
|
||||
<div class="flexbox">
|
||||
<iframe name="${args.id}" id="${args.id}" src="${args.url}"></iframe>
|
||||
<iframe name="${args.id}" id="${args.id}" src="${args.url}" allow="clipboard-read; clipboard-write"></iframe>
|
||||
</div>
|
||||
</div>`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user