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);