Skip to content

Commit a062626

Browse files
committed
Add useful extra chrome options
1 parent 591d9a9 commit a062626

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ let mainWindow: Electron.BrowserWindow | null = null;
2020

2121
let server: ChildProcess | null = null;
2222

23+
app.commandLine.appendSwitch('ignore-connections-limit', 'app.httptoolkit.tech');
24+
app.commandLine.appendSwitch('disable-renderer-backgrounding');
25+
2326
const createWindow = () => {
2427
mainWindow = new BrowserWindow({
2528
title: 'HTTP Toolkit',

0 commit comments

Comments
 (0)