| Index: tools/testing/dart/http_server.dart
|
| diff --git a/tools/testing/dart/http_server.dart b/tools/testing/dart/http_server.dart
|
| index 5b503c434e592af7b45a845db0b458c48273460c..fe781204639d361c2b8deeb7d6a4d44c7f577beb 100644
|
| --- a/tools/testing/dart/http_server.dart
|
| +++ b/tools/testing/dart/http_server.dart
|
| @@ -52,7 +52,7 @@ main() {
|
| help: 'Print this usage information.');
|
| parser.addOption('build-directory', help: 'The build directory to use.');
|
| parser.addOption('network', help: 'The network interface to use.',
|
| - defaultsTo: '127.0.0.1');
|
| + defaultsTo: '0.0.0.0');
|
| parser.addFlag('csp', help: 'Use Content Security Policy restrictions.',
|
| defaultsTo: false);
|
| parser.addOption('runtime', help: 'The runtime we are using (for csp flags).',
|
|
|