Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@leinelissen
Copy link
Owner

No description provided.

const createWindow = (): void => {
// Create the browser window.
const mainWindow = new BrowserWindow({
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

Limit navigation flows to untrusted origins. Middle-click may cause Electron to open a link within a new window
const createWindow = (): void => {
// Create the browser window.
const mainWindow = new BrowserWindow({
mainWindow = new BrowserWindow({

Check warning

Code scanning / Electronegativity

Review the use of the contextIsolation option

Review the use of the contextIsolation option
const createWindow = (): void => {
// Create the browser window.
const mainWindow = new BrowserWindow({
mainWindow = new BrowserWindow({

Check warning

Code scanning / Electronegativity

Use sandbox for untrusted origins

Use sandbox for untrusted origins
// Register the protocol with the OS
if (process.defaultApp) {
if (process.argv.length >= 2) {
app.setAsDefaultProtocolClient(

Check notice

Code scanning / Electronegativity

Review the use of custom protocol handlers

Review the use of custom protocol handlers
);
}
} else {
app.setAsDefaultProtocolClient('aeon');

Check notice

Code scanning / Electronegativity

Review the use of custom protocol handlers

Review the use of custom protocol handlers
@leinelissen leinelissen merged commit a7859f2 into master Dec 13, 2022
@leinelissen leinelissen deleted the feat/email/imap branch December 13, 2022 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants