| Index: sdk/lib/vmservice/vmservice.dart
|
| diff --git a/sdk/lib/vmservice/vmservice.dart b/sdk/lib/vmservice/vmservice.dart
|
| index 41e8017afd850758a3e70a1605eeef3c86d454d9..03302330a81ae2465a9b581c3895873ac78bc3d7 100644
|
| --- a/sdk/lib/vmservice/vmservice.dart
|
| +++ b/sdk/lib/vmservice/vmservice.dart
|
| @@ -42,7 +42,7 @@ String _makeAuthToken() {
|
| final String serviceAuthToken = _makeAuthToken();
|
|
|
| // TODO(johnmccutchan): Enable the auth token and drop the origin check.
|
| -final bool useAuthToken = false;
|
| +final bool useAuthToken = const bool.fromEnvironment('DART_SERVICE_USE_AUTH');
|
|
|
| // This is for use by the embedder. It is a map from the isolateId to
|
| // anything implementing IsolateEmbedderData. When an isolate goes away,
|
|
|