Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Allow to provide alternative host for browser downloads #1045

Closed
lukaszfiszer opened this issue Feb 17, 2020 · 0 comments · Fixed by #1179
Closed

[Feature] Allow to provide alternative host for browser downloads #1045

lukaszfiszer opened this issue Feb 17, 2020 · 0 comments · Fixed by #1179
Assignees

Comments

@lukaszfiszer
Copy link
Contributor

Puppeteer allowed to configure different download host for browser binaries via PUPPETEER_DOWNLOAD_HOST env variable. A similar settings should be made available in Playwright.

This feature is crucial for users behind corporate firewall, where downloading binaries from the internet is often blocked and internal mirror must be used instead.

aslushnikov added a commit to aslushnikov/playwright that referenced this issue Mar 2, 2020
This patch starts respecting `PLAYWRIGHT_DOWNLOAD_HOST` env variable
in `playwright` package and it's vendored flavors (`playwright-firefox`,
`playwright-chromium` and `playwright-webkit`).

Fixes microsoft#1045
aslushnikov added a commit to aslushnikov/playwright that referenced this issue Mar 2, 2020
This patch starts respecting `PLAYWRIGHT_DOWNLOAD_HOST` env variable
in `playwright` package and it's vendored flavors (`playwright-firefox`,
`playwright-chromium` and `playwright-webkit`).

Fixes microsoft#1045
aslushnikov added a commit that referenced this issue Mar 2, 2020
This patch starts respecting `PLAYWRIGHT_DOWNLOAD_HOST` env variable
in `playwright` package and it's vendored flavors (`playwright-firefox`,
`playwright-chromium` and `playwright-webkit`).

Fixes #1045
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants