mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
disable extensions too
This commit is contained in:
parent
4eab6ea6d2
commit
7641a2567e
2 changed files with 4 additions and 2 deletions
|
|
@ -117,13 +117,14 @@ const getBrowserPromise = (async () => {
|
|||
'--disk-cache-size=33554432',
|
||||
'--enable-features=SharedArrayBuffer',
|
||||
'--hide-scrollbars',
|
||||
'--disable-gpu'
|
||||
'--disable-gpu',
|
||||
'--mute-audio',
|
||||
'--no-default-browser-check',
|
||||
'--no-pings',
|
||||
'--no-sandbox',
|
||||
'--no-zygote',
|
||||
'--window-size=1920,1080',
|
||||
'--disable-extensions',
|
||||
].filter((item) => !!item),
|
||||
defaultViewport: {
|
||||
deviceScaleFactor: 1,
|
||||
|
|
|
|||
|
|
@ -112,13 +112,14 @@ async function fetchSource(url, callbackFn) {
|
|||
'--disk-cache-size=33554432',
|
||||
'--enable-features=SharedArrayBuffer',
|
||||
'--hide-scrollbars',
|
||||
'--disable-gpu'
|
||||
'--disable-gpu',
|
||||
'--mute-audio',
|
||||
'--no-default-browser-check',
|
||||
'--no-pings',
|
||||
'--no-sandbox',
|
||||
'--no-zygote',
|
||||
'--window-size=1920,1080',
|
||||
'--disable-extensions',
|
||||
],
|
||||
defaultViewport: {
|
||||
deviceScaleFactor: 1,
|
||||
|
|
|
|||
Loading…
Reference in a new issue