Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
twnlink committed Jun 24, 2024
2 parents 6242c28 + bae2d3d commit d588d2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions injector/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ const ProxiedBrowserWindow = new Proxy(electron.BrowserWindow, {
// Shhh. I can feel your judgement from here. It's okay. Let it out. Everything will be alright in the end.
options.webPreferences.contextIsolation = false;
options.webPreferences.nodeIntegration = true;
options.webPreferences.sandbox = false;

// Allows local plugin loading
options.webPreferences.allowDisplayingInsecureContent = true;
Expand Down

0 comments on commit d588d2c

Please sign in to comment.