diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-02-15 16:53:39 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-02-15 16:53:39 +0000 |
commit | 3ef00ddb58e144b7311ea0e6fe43261416d3c253 (patch) | |
tree | c8191e7a003bbcf83e38db02f921a1dae4f8e099 /app/views | |
parent | 0872aef85ea5e66d4d49246aee7f9e3e14558b49 (diff) | |
download | redmine-3ef00ddb58e144b7311ea0e6fe43261416d3c253.tar.gz redmine-3ef00ddb58e144b7311ea0e6fe43261416d3c253.zip |
Check plugins updates using https (#17722).
git-svn-id: http://svn.redmine.org/redmine/trunk@14014 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/admin/plugins.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
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(){ |