Skip to content

Commit

Permalink
1.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
youssef.el-mkhantar committed Nov 28, 2023
1 parent ac1d385 commit 71d0468
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function createMainWindow(url) {
contextIsolation: false,
nodeIntegration: true,
preload: path.join(__dirname, 'preload.js'),
webSecurity: false
webSecurity: true
},
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wce-appli-bureau",
"productName": "WebConférence de l'État",
"version": "1.0.26",
"version": "1.0.27",
"description": "WebConférence de l'État",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 71d0468

Please sign in to comment.