Commit 6f0aef30 authored by Travis Fischer's avatar Travis Fischer Committed by GitHub

Merge pull request #160 from GooseterV/patch-1

parents 76ad3672 77e71f46
...@@ -228,6 +228,7 @@ export async function getBrowser( ...@@ -228,6 +228,7 @@ export async function getBrowser(
const puppeteerArgs = [ const puppeteerArgs = [
'--no-sandbox', '--no-sandbox',
'--disable-setuid-sandbox',
'--disable-infobars', '--disable-infobars',
'--disable-dev-shm-usage', '--disable-dev-shm-usage',
'--disable-blink-features=AutomationControlled', '--disable-blink-features=AutomationControlled',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment