Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #475 from vania-pooh/master
Browse files Browse the repository at this point in the history
Explicitly added --allowed-origins to Chromedriver command (related t…
  • Loading branch information
vania-pooh authored Nov 17, 2021
2 parents 0f87cc9 + a40c279 commit f5038aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/chrome/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ if [ "$ENABLE_VNC" == "true" ]; then
X11VNC_PID=$!
fi

DISPLAY="$DISPLAY" /usr/bin/chromedriver --port=4444 --allowed-ips='' ${DRIVER_ARGS} &
DISPLAY="$DISPLAY" /usr/bin/chromedriver --port=4444 --allowed-ips='' --allowed-origins='*' ${DRIVER_ARGS} &
DRIVER_PID=$!

wait

0 comments on commit f5038aa

Please sign in to comment.