diff --git a/static/chrome/entrypoint.sh b/static/chrome/entrypoint.sh index 78f9a040e..2403f2e59 100755 --- a/static/chrome/entrypoint.sh +++ b/static/chrome/entrypoint.sh @@ -87,7 +87,7 @@ if [ "$ENABLE_VNC" == "true" ]; then X11VNC_PID=$! fi -DISPLAY="$DISPLAY" /usr/bin/chromedriver --port=4444 --whitelisted-ips='' ${DRIVER_ARGS} & +DISPLAY="$DISPLAY" /usr/bin/chromedriver --port=4444 --allowed-ips='' ${DRIVER_ARGS} & DRIVER_PID=$! wait diff --git a/static/yandex/entrypoint.sh b/static/yandex/entrypoint.sh index 7adff1354..3ff2b8dee 100755 --- a/static/yandex/entrypoint.sh +++ b/static/yandex/entrypoint.sh @@ -79,7 +79,7 @@ if [ "$ENABLE_VNC" == "true" ]; then X11VNC_PID=$! fi -DISPLAY="$DISPLAY" /usr/bin/yandexdriver --port=4444 --whitelisted-ips='' ${DRIVER_ARGS} & +DISPLAY="$DISPLAY" /usr/bin/yandexdriver --port=4444 --allowed-ips='' ${DRIVER_ARGS} & DRIVER_PID=$! wait