| Index: components/test_runner/web_test_proxy.cc
|
| diff --git a/components/test_runner/web_test_proxy.cc b/components/test_runner/web_test_proxy.cc
|
| index d6f0b671e391a87c170ece42540d523cd937612c..e2a9370746d5149045a051ac018d5ff1c155052f 100644
|
| --- a/components/test_runner/web_test_proxy.cc
|
| +++ b/components/test_runner/web_test_proxy.cc
|
| @@ -200,7 +200,7 @@ void BlockRequest(blink::WebURLRequest& request) {
|
| }
|
|
|
| bool IsLocalHost(const std::string& host) {
|
| - return host == "127.0.0.1" || host == "localhost";
|
| + return host == "127.0.0.1" || host == "localhost" || host == "[::1]";
|
| }
|
|
|
| bool IsTestHost(const std::string& host) {
|
|
|