mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove PROXY_URL from content-fetch
This commit is contained in:
parent
6f4c408b5c
commit
486f3c930b
1 changed files with 0 additions and 2 deletions
|
|
@ -104,7 +104,6 @@ const getBrowserPromise = (async () => {
|
|||
'--no-sandbox',
|
||||
'--no-zygote',
|
||||
'--use-gl=swiftshader',
|
||||
process.env.PROXY_URL ? '--proxy-server=' + process.env.PROXY_URL : undefined,
|
||||
'--window-size=1920,1080',
|
||||
].filter((item) => !!item),
|
||||
defaultViewport: { height: 1080, width: 1920 },
|
||||
|
|
@ -667,7 +666,6 @@ async function retrieveHtml(page) {
|
|||
}
|
||||
console.log('DOM CONTENT')
|
||||
console.log(domContent)
|
||||
|
||||
if (domContent == 'IS_BLOCKED') {
|
||||
return { isBlocked: true };
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue