Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
re-enabled web security
Browse files Browse the repository at this point in the history
  • Loading branch information
dhonus committed Jan 3, 2023
1 parent 4fdf465 commit f56a3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const createWindow = () => {
icon: path.join(__dirname, 'src/256x256.png'),
autoHideMenuBar: true,
webPreferences: {
webSecurity: false,
webSecurity: true,
preload: path.join(__dirname, 'preload.js')
}
})
Expand Down

0 comments on commit f56a3ad

Please sign in to comment.