mirror of
https://github.com/redmine/redmine.git
synced 2026-05-06 15:06:35 +02:00
Check plugins updates using https (#17722).
git-svn-id: http://svn.redmine.org/redmine/trunk@14014 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user