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

Commit

Permalink
Temporarily disable mixed sandbox due to freezing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Feb 3, 2019
1 parent 571f892 commit fd8982c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/background-process.js
Expand Up @@ -55,8 +55,9 @@ if (beakerCore.getEnvVar('BEAKER_TEST_DRIVER')) {
}

// enable the sandbox
// TODO when electron@4.0.0 lands, change to enableSandbox
app.enableMixedSandbox()
// DISABLED - was getting random renderer freezes - prf
// TODO after electron@4.0.0 lands, change to enableSandbox
// app.enableMixedSandbox()

// configure the protocols
protocol.registerStandardSchemes(['dat', 'beaker', 'beaker-hidden-window'], { secure: true })
Expand Down

0 comments on commit fd8982c

Please sign in to comment.