From f2732bc9427a23badf95fe45ca60fd1de65dbad1 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Wed, 18 Feb 2015 11:29:57 +0000 Subject: [PATCH] Merged r14014 (#17722). git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@14018 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/admin/plugins.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/plugins.html.erb b/app/views/admin/plugins.html.erb index 9a9c71e40..117735cdc 100644 --- a/app/views/admin/plugins.html.erb +++ b/app/views/admin/plugins.html.erb @@ -25,7 +25,7 @@ $(document).ready(function(){ e.preventDefault(); $.ajax({ dataType: "jsonp", - url: "http://www.redmine.org/plugins/check_updates", + url: "https://www.redmine.org/plugins/check_updates", data: <%= raw_json plugin_data_for_updates(@plugins) %>, timeout: 3000, beforeSend: function(){ -- 2.39.5