From 3ef00ddb58e144b7311ea0e6fe43261416d3c253 2015-02-15 16:53:39 From: Jean-Philippe Lang Date: 2015-02-15 16:53:39 Subject: [PATCH] Check plugins updates using https (#17722). git-svn-id: http://svn.redmine.org/redmine/trunk@14014 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/admin/plugins.html.erb b/app/views/admin/plugins.html.erb index 9a9c71e..117735c 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(){