From 9c4a2df7f7d434d63e0b33af8b30f1a3192634a1 Mon Sep 17 00:00:00 2001 From: Thomas Turrell-Croft Date: Sun, 8 Aug 2021 11:50:20 +0200 Subject: [PATCH] Use HTTPS for absolute URLs --- Locator_TCAPI/css/locationsco.css | 2 +- Locator_TCAPI/index.html | 2 +- Locator_TCAPI/locations.js | 2 +- Locator_TCAPI/test_locations.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Locator_TCAPI/css/locationsco.css b/Locator_TCAPI/css/locationsco.css index 3bb5541..6637ea4 100644 --- a/Locator_TCAPI/css/locationsco.css +++ b/Locator_TCAPI/css/locationsco.css @@ -1,5 +1,5 @@ - @import url(http://fonts.googleapis.com/css?family=Changa+One); + @import url(https://fonts.googleapis.com/css?family=Changa+One); .clear {clear:both;} html { height: 100% } diff --git a/Locator_TCAPI/index.html b/Locator_TCAPI/index.html index 2c1e3b1..da53c65 100644 --- a/Locator_TCAPI/index.html +++ b/Locator_TCAPI/index.html @@ -11,7 +11,7 @@ - + diff --git a/Locator_TCAPI/locations.js b/Locator_TCAPI/locations.js index 2bfcd1b..6f75240 100644 --- a/Locator_TCAPI/locations.js +++ b/Locator_TCAPI/locations.js @@ -7,7 +7,7 @@ var COURSE_DESC = "An exploration of museums in the greater Nashville TN area."; var config = { CurrentLocationTitle : "My Current Location", - CurrentLocationIcon : "http://maps.gstatic.com/mapfiles/ms2/micons/blue-dot.png", + CurrentLocationIcon : "https://maps.gstatic.com/mapfiles/ms2/micons/blue-dot.png", Placemarks : [ { name : "Parthenon", diff --git a/Locator_TCAPI/test_locations.js b/Locator_TCAPI/test_locations.js index 6f5dfc5..3100b94 100644 --- a/Locator_TCAPI/test_locations.js +++ b/Locator_TCAPI/test_locations.js @@ -6,7 +6,7 @@ var COURSE_DESC = "A sample course to display the usefulness of Tin Can and a lo var config = { CurrentLocationTitle : "My Current Location", - CurrentLocationIcon : "http:////maps.gstatic.com/mapfiles/ms2/micons/blue-dot.png", + CurrentLocationIcon : "https:////maps.gstatic.com/mapfiles/ms2/micons/blue-dot.png", Placemarks : [{ name : "Rustici Software", icon : "img/notvisited.png",