Skip to content

Commit

Permalink
fix: Improovments on default browser args (close #2048)
Browse files Browse the repository at this point in the history
  • Loading branch information
icleitoncosta committed Mar 9, 2024
1 parent a06a786 commit ca22e22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config/puppeteer.config.ts
Expand Up @@ -53,6 +53,8 @@ const puppeteerConfig = {
'--disable-app-list-dismiss-on-blur',
'--disable-accelerated-video-decode',
'--disable-dev-shm-usage',
'--autoplay-policy=no-user-gesture-required',
'--disable-blink-features=AutomationControlled',
],
};

Expand Down

0 comments on commit ca22e22

Please sign in to comment.