erikmohn
Results
2
comments of
erikmohn
Experienced Access-Control-Allow-Origin issues with endless loading, and nothing in logs. "fixed" with electron.js modification: webPreferences: { nodeIntegration: false, zoomFactor: config.zoom, **webSecurity: false** },
Look in Electron.js where webPreferences is already defined. Add the webSecurity configuration there.