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
py: Don't expose 0.0.0.0 as destination IP for tests (#14324)
Webkit recently[1] started blocking 0.0.0.0 as destination addresses,
and Chrome is also in the process of enabling such change[2].
This commit falls back to use the default localhost IP instead of 0.0.0.0
if we don't want to use the real IP. And if the server is actually using
0.0.0.0, fallback to localhost when generating the URL for the tests.
[1] WebKit/WebKit@e59cd4a
[2] https://chromestatus.com/feature/5106143060033536
Co-authored-by: Diego Molina <[email protected]>
0 commit comments