Defect #17722 ยป redmine-1.6.1-update_check_https.patch
redmine/app/views/admin/plugins.html.erb | ||
---|---|---|
25 | 25 |
e.preventDefault(); |
26 | 26 |
$.ajax({ |
27 | 27 |
dataType: "jsonp", |
28 |
url: "http://www.redmine.org/plugins/check_updates",
|
|
28 |
url: "//www.redmine.org/plugins/check_updates", |
|
29 | 29 |
data: <%= raw_json plugin_data_for_updates(@plugins) %>, |
30 | 30 |
timeout: 3000, |
31 | 31 |
beforeSend: function(){ |