HTTPS for posting, always.
This commit is contained in:
parent
3d0dd62556
commit
c94820e184
@ -8867,7 +8867,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.uploadStartTime = Date.now();
|
||||||
QR.req.progress = '...';
|
QR.req.progress = '...';
|
||||||
return QR.status();
|
return QR.status();
|
||||||
|
|||||||
@ -8858,7 +8858,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.uploadStartTime = Date.now();
|
||||||
QR.req.progress = '...';
|
QR.req.progress = '...';
|
||||||
return QR.status();
|
return QR.status();
|
||||||
|
|||||||
@ -643,7 +643,7 @@ QR =
|
|||||||
QR.req.progress = "#{Math.round e.loaded / e.total * 100}%"
|
QR.req.progress = "#{Math.round e.loaded / e.total * 100}%"
|
||||||
QR.status()
|
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.
|
# Starting to upload might take some time.
|
||||||
# Provide some feedback that we're starting to submit.
|
# Provide some feedback that we're starting to submit.
|
||||||
QR.req.uploadStartTime = Date.now()
|
QR.req.uploadStartTime = Date.now()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user