fix: do not initialize any extension related logic in OffTheRecord contexts (#22772)
This commit is contained in:
parent
a3ee61f963
commit
21900fe4f4
5 changed files with 115 additions and 44 deletions
|
@ -0,0 +1,6 @@
|
|||
const { app, session } = require('electron')
|
||||
|
||||
app.on('ready', () => {
|
||||
session.fromPartition('in-memory')
|
||||
process.exit(0)
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue