Zenika / alpine-chrome

Chrome Headless docker images built upon alpine official image
https://hub.docker.com/r/zenika/alpine-chrome
Apache License 2.0
1.82k stars 241 forks source link

Fix options required to connect remotely #198

Closed jcestibariz closed 2 years ago

jcestibariz commented 2 years ago

As noted in https://bugs.chromium.org/p/chromedriver/issues/detail?id=3857#c26 the correct options are --whitelisted-ips= --allowed-origins=*

Fixes #197

hgwood commented 2 years ago

Thank you!