@clavon/clav-agent 1.0.0 → 1.0.2

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.
@@ -478,7 +478,9 @@ function createWindow() {
478
478
  preload: path.join(__dirname, "../preload/index.js"),
479
479
  contextIsolation: true,
480
480
  nodeIntegration: false,
481
- sandbox: true
481
+ sandbox: false,
482
+ webSecurity: false
483
+ // Required: renderer loads from file:// but connects to wss:// and https://
482
484
  },
483
485
  show: false
484
486
  });