Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save artginzburg/3b8aa0a8d394b12d7326ee761eddfc2f to your computer and use it in GitHub Desktop.
Save artginzburg/3b8aa0a8d394b12d7326ee761eddfc2f to your computer and use it in GitHub Desktop.
 The solution to "Do you want to the application Chromium.app to accept incoming network connections" on every launch

For macOS to stop showing the puppeteer firewall popup

  1. Get to the root of your npm project directory (cd <repo>)

  2. Paste the following command in your shell:

sudo codesign --force --deep --sign - ./node_modules/puppeteer/.local-chromium/
  1. Press Tab 3 times (to select the current version of Chromium.app) · Enter

On the next (and last 😈) popup appearance, click Allow.

macOS Firewall prompt — Chromium.app (puppeteer)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment