From 16a2449f0aeb00a9cc6c4e54c3e8ce4253ab3cc3 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Thu, 10 Jul 2014 08:36:40 +0200 Subject: [PATCH] Use https to access nominatim (fixes #2281) --- js/id/services/countrycode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/id/services/countrycode.js b/js/id/services/countrycode.js index 61704e9e1..c324cf64e 100644 --- a/js/id/services/countrycode.js +++ b/js/id/services/countrycode.js @@ -1,6 +1,6 @@ iD.countryCode = function() { var countryCode = {}, - endpoint = 'http://nominatim.openstreetmap.org/reverse?'; + endpoint = 'https://nominatim.openstreetmap.org/reverse?'; if (!iD.countryCode.cache) { iD.countryCode.cache = rbush();