Fix workaround for Chrome CORB bug breaking posting in old versions of Chrome. #2396

This commit is contained in:
ccd0 2019-08-18 11:30:36 -07:00
parent 4eeea2d261
commit e55a6004d5

View File

@ -79,7 +79,7 @@ $.ajax = do ->
url = url.replace /^((?:https?:)?\/\/(?:\w+\.)?(?:4chan|4channel|4cdn)\.org)\/adv\//, '$1//adv/'
<% if (type === 'crx') { %>
# XXX https://bugs.chromium.org/p/chromium/issues/detail?id=920638
if Conf['Work around CORB Bug'] and g.SITE.software is 'yotsuba' and !options.testCORB
if Conf['Work around CORB Bug'] and g.SITE.software is 'yotsuba' and !options.testCORB and FormData.prototype.entries
return $.ajaxPage url, options
<% } %>
{onloadend, timeout, responseType, withCredentials, type, onprogress, form, headers} = options