You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should replace localhost with the origin requests IP address. I think we are fairly safe to assume that localhost means the requesting machine, not the remote system itself.
If a client launches a remote browser e.g. like
launch.remote('http://localhost:8080/test.html', { browser: 'safari' })
We should replace
localhost
with the origin requests IP address. I think we are fairly safe to assume that localhost means the requesting machine, not the remote system itself./cc @alexisabril
The text was updated successfully, but these errors were encountered: