Skip to content

Recreate apm v4#2169

Draft
hal-shu-sato wants to merge 45 commits intomainfrom
v4-dev
Draft

Recreate apm v4#2169
hal-shu-sato wants to merge 45 commits intomainfrom
v4-dev

Conversation

@hal-shu-sato
Copy link
Member

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@hal-shu-sato hal-shu-sato self-assigned this Jul 12, 2025
@hal-shu-sato hal-shu-sato added Type: improvement Improvements to program Type: refactoring Refactoring codes labels Jul 12, 2025
height: 600,
width: 800,
webPreferences: {
preload: MAIN_WINDOW_PRELOAD_WEBPACK_ENTRY,

Check notice

Code scanning / Electronegativity

Review the use of preload scripts Note

Review the use of preload scripts
});

// Create the browser window.
const mainWindow = new BrowserWindow({

Check warning

Code scanning / Electronegativity

Limit navigation flows to untrusted origins. Middle-click may cause Electron to open a link within a new window Warning

Limit navigation flows to untrusted origins. Middle-click may cause Electron to open a link within a new window
});

// Create the browser window.
const mainWindow = new BrowserWindow({

Check warning

Code scanning / Electronegativity

Review the use of the contextIsolation option Warning

Review the use of the contextIsolation option
});

// Create the browser window.
const mainWindow = new BrowserWindow({

Check warning

Code scanning / Electronegativity

Use sandbox for untrusted origins Warning

Use sandbox for untrusted origins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: improvement Improvements to program Type: refactoring Refactoring codes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant