@holochain/hc-spin 0.200.12 → 0.200.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -115,6 +115,7 @@ electron.contextBridge.exposeInMainWorld("__HC_LAUNCHER_ENV__", {
115
115
  title: `Agent ${agentNum} - ${appId}`,
116
116
  webPreferences: {
117
117
  preload: preloadPath,
118
+ sandbox: true,
118
119
  partition
119
120
  }
120
121
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@holochain/hc-spin",
3
- "version": "0.200.12",
3
+ "version": "0.200.14",
4
4
  "holochainVersion": "0.2.x",
5
5
  "description": "CLI to run Holochain aps during development.",
6
6
  "author": "matthme",
@@ -88,6 +88,7 @@ electron.contextBridge.exposeInMainWorld("__HC_LAUNCHER_ENV__", {
88
88
  title: `Agent ${agentNum} - ${appId}`,
89
89
  webPreferences: {
90
90
  preload: preloadPath,
91
+ sandbox: true,
91
92
  partition,
92
93
  },
93
94
  });