gluon/firefox: remove unused CLI options
This commit is contained in:
parent
e169eee3f4
commit
3fc4723654
@ -64,21 +64,12 @@ user_pref('privacy.window.maxInnerHeight', ${windowSize[1]}); */
|
|||||||
`);
|
`);
|
||||||
|
|
||||||
const proc = spawn(browserPath, [
|
const proc = spawn(browserPath, [
|
||||||
// `--window-size=${windowSize.join(',')}`,
|
|
||||||
// `--remote-debugging-port`, '9228',
|
|
||||||
`--remote-debugging-port=${debugPort}`,
|
`--remote-debugging-port=${debugPort}`,
|
||||||
`-window-size`, windowSize.join(','),
|
`-window-size`, windowSize.join(','),
|
||||||
// `--width=${windowSize[0]}`,
|
|
||||||
// `--height=${windowSize[1]}`
|
|
||||||
// '-width', windowSize[0],
|
|
||||||
// '-height', windowSize[1],
|
|
||||||
`-profile`, dataPath,
|
`-profile`, dataPath,
|
||||||
// `-P`, `gluon`,
|
|
||||||
`-new-window`, url,
|
`-new-window`, url,
|
||||||
// `-ssb`, url,
|
|
||||||
`-new-instance`,
|
`-new-instance`,
|
||||||
`-no-remote`,
|
`-no-remote`
|
||||||
`-shell`
|
|
||||||
].filter(x => x), {
|
].filter(x => x), {
|
||||||
detached: false,
|
detached: false,
|
||||||
stdio: ['ignore', 'pipe', 'pipe', 'pipe', 'pipe']
|
stdio: ['ignore', 'pipe', 'pipe', 'pipe', 'pipe']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user