mirror of
https://github.com/github/codeql.git
synced 2026-01-19 09:24:46 +01:00
5 lines
88 B
JavaScript
5 lines
88 B
JavaScript
const mainWindow = new BrowserWindow({
|
|
webPreferences: {
|
|
webSecurity: false
|
|
}
|
|
}) |