HTTPS for posting, always.
This commit is contained in:
parent
a993b440dc
commit
f37484cd33
@ -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();
|
||||
|
||||
@ -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();
|
||||
|
||||
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user