Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yktoo committed May 27, 2024
1 parent cfed861 commit 04906aa
Show file tree
Hide file tree
Showing 3 changed files with 3,291 additions and 3,599 deletions.
6 changes: 4 additions & 2 deletions bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ function loadApp() {
function createWindow() {
win = new BrowserWindow({
kiosk: true,
// Disable CORS policy enforcement
webPreferences: { webSecurity: false },
webPreferences: {
// Disable CORS policy enforcement
webSecurity: false,
},
});

// Reset cache
Expand Down
Loading

0 comments on commit 04906aa

Please sign in to comment.