瀏覽代碼

checking for new version over https

Ian Babrou 11 年之前
父節點
當前提交
0198167b27
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;