HTTPS for posting, always.

This commit is contained in:
Zixaphir 2014-01-19 15:25:22 -07:00
parent a993b440dc
commit f37484cd33
3 changed files with 3 additions and 3 deletions

View File

@ -6240,7 +6240,7 @@
}
}
};
QR.req = $.ajax("//sys.4chan.org/" + g.BOARD + "/post", options, extra);
QR.req = $.ajax("https://sys.4chan.org/" + g.BOARD + "/post", options, extra);
QR.req.uploadStartTime = Date.now();
QR.req.progress = '...';
return QR.status();

View File

@ -6231,7 +6231,7 @@
}
}
};
QR.req = $.ajax("//sys.4chan.org/" + g.BOARD + "/post", options, extra);
QR.req = $.ajax("https://sys.4chan.org/" + g.BOARD + "/post", options, extra);
QR.req.uploadStartTime = Date.now();
QR.req.progress = '...';
return QR.status();

View File

@ -618,7 +618,7 @@ QR =
QR.req.progress = "#{Math.round e.loaded / e.total * 100}%"
QR.status()
QR.req = $.ajax "//sys.4chan.org/#{g.BOARD}/post", options, extra
QR.req = $.ajax "https://sys.4chan.org/#{g.BOARD}/post", options, extra
# Starting to upload might take some time.
# Provide some feedback that we're starting to submit.
QR.req.uploadStartTime = Date.now()