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

Commit

Permalink
Allowing any origin for edgedriver too (related to #1229)
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Jun 14, 2022
1 parent f89794a commit 6a33fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/edge/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ if [ "$ENABLE_VNC" == "true" ]; then
X11VNC_PID=$!
fi

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

wait
Expand Down

0 comments on commit 6a33fba

Please sign in to comment.