Explorar o código

Merge pull request #698 from Topface/http-update

Checking for new version over https
Torkel Ödegaard %!s(int64=11) %!d(string=hai) anos
pai
achega
9558d404fa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/app/directives/grafanaVersionCheck.js

+ 1 - 1
src/app/directives/grafanaVersionCheck.js

@@ -14,7 +14,7 @@ function (angular) {
             return;
           }
 
-          $http({ method: 'GET', url: 'http://grafanarel.s3.amazonaws.com/latest.json' })
+          $http({ method: 'GET', url: 'https://grafanarel.s3.amazonaws.com/latest.json' })
             .then(function(response) {
               if (!response.data || !response.data.version) {
                 return;