[ChromeDriver] More robust match of whitelisted-ips
Previously, IP address matching for whitelisted-ips options was done by string comparison, and was unreliable. In particular, it didn't handle IPv4-mapped IPv6 addresses. To make the matching more robust, we now do binary comparison using IPAddress object. Bug: chromedriver:2566 Change-Id: I81430ecef60b44dbc40a976637cdb42ed50acde1 Reviewed-on: https://chromium-review.googlesource.com/1220474 Commit-Queue: John Chen <johnchen@chromium.org> Reviewed-by:Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#590483}
Showing
Please register or sign in to comment