Skip to content

Commit 2baaed3

Browse files
committed
clipboard-read
1 parent 9d2c451 commit 2baaed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/widget/PersistentIframe.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ qx.Class.define("osparc.widget.PersistentIframe", {
129129
});
130130
const iframeEl = this._getIframeElement();
131131
const host = window.location.host;
132-
iframeEl.setAttribute("allow", `clipboard-write; from *.services.${host}`);
132+
iframeEl.setAttribute("allow", `clipboard-read; clipboard-write; from *.services.${host}`);
133133

134134
const buttonContainer = this.__buttonContainer = new qx.ui.container.Composite(new qx.ui.layout.HBox(10).set({
135135
alignX: "right",

0 commit comments

Comments
 (0)