From 2987c28dabe51547b1d1fc65f31f956a63c8ff3f Mon Sep 17 00:00:00 2001 From: Hiranmaya Gundu Date: Tue, 4 Nov 2025 14:51:03 -0800 Subject: [PATCH] Add clipboard permissions to iframe --- embedding_jwt/jwt/views/index.ejs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/embedding_jwt/jwt/views/index.ejs b/embedding_jwt/jwt/views/index.ejs index 733b0412..ae6456ed 100644 --- a/embedding_jwt/jwt/views/index.ejs +++ b/embedding_jwt/jwt/views/index.ejs @@ -38,6 +38,7 @@ frameborder="0" allowfullscreen title="Sigma Embed with JWT"> + allow="clipboard-read; clipboard-write" - \ No newline at end of file +