From b17b82036e78f683c25620f5b85d8581456a4d29 Mon Sep 17 00:00:00 2001 From: Andrew Janke Date: Wed, 19 Dec 2018 19:44:34 -0500 Subject: [PATCH] Update measurementlab.net links to HTTPS --- HTML5-frontend/widget.html | 3 +-- flash-client/src/NDTConstants.as | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/HTML5-frontend/widget.html b/HTML5-frontend/widget.html index e52fd5d..253db41 100644 --- a/HTML5-frontend/widget.html +++ b/HTML5-frontend/widget.html @@ -45,7 +45,7 @@
- Learn more about NDTLearn more about Measurement Lab + Learn more about NDTLearn more about Measurement Lab
@@ -147,4 +147,3 @@

Download speed

- diff --git a/flash-client/src/NDTConstants.as b/flash-client/src/NDTConstants.as index fcea4ef..ef8c362 100644 --- a/flash-client/src/NDTConstants.as +++ b/flash-client/src/NDTConstants.as @@ -14,7 +14,7 @@ package { public class NDTConstants { - public static const MLAB_SITE:String = "http://www.measurementlab.net"; + public static const MLAB_SITE:String = "https://www.measurementlab.net"; public static const CLIENT_VERSION:String = CONFIG::clientVersion; public static const EXPECTED_SERVER_VERSION:String = CONFIG::serverVersion; @@ -250,4 +250,3 @@ package { + "to obtain precise measurements."; } } -