From ad1824e47303fa159c95dc21f0cbbf61c7a76ba6 Mon Sep 17 00:00:00 2001 From: Anoop M D Date: Mon, 17 Oct 2022 22:02:55 +0530 Subject: [PATCH] fix: star button no loading in electron --- packages/bruno-electron/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bruno-electron/src/index.js b/packages/bruno-electron/src/index.js index 157f2b65c..8490411c6 100644 --- a/packages/bruno-electron/src/index.js +++ b/packages/bruno-electron/src/index.js @@ -18,7 +18,7 @@ setContentSecurityPolicy(` connect-src * 'unsafe-inline'; base-uri 'none'; form-action 'none'; - frame-ancestors ghbtns.com; + img-src 'self' data:image/svg+xml `); const menu = Menu.buildFromTemplate(menuTemplate);