스마트에디터 2.8.2.3 보안패치 #63

This commit is contained in:
thisgun
2016-08-12 18:24:14 +09:00
parent 08fc272f1b
commit a4ffdb0316
9 changed files with 5 additions and 13988 deletions

View File

@ -68,7 +68,7 @@ jQuery(function ($) {
delete_url = $button.attr("data-delete");
if( delete_url ){
$.ajax({
url: othis.url+"?del=1&file="+ delete_url
url: othis.url+"&del=1&file="+ delete_url
}).done(function (result) {
});
}
@ -122,7 +122,7 @@ jQuery(function ($) {
// Uncomment the following to send cross-domain cookies:
//xhrFields: {withCredentials: true},
//url: $('#fileupload').fileupload('option', 'url'),
url: this.url+"?t="+ oDate.getTime(),
url: this.url+"&t="+ oDate.getTime(),
dataType: 'json',
context: $('#fileupload')[0]
}).always(function () {