]> source.dussan.org Git - redmine.git/commitdiff
Check plugins updates using https (#17722).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 15 Feb 2015 16:53:39 +0000 (16:53 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 15 Feb 2015 16:53:39 +0000 (16:53 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@14014 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/admin/plugins.html.erb

index 9a9c71e40329dd710e7baa9d8d512dd673be21e0..117735cdc80859edd373725015d70c267eb51c39 100644 (file)
@@ -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(){