Revert "Possible workaround for Cloudflare 503 issue. #1746"
This reverts commit dc0a0a544c0fa4ee3a0a86fb2c64dcebd3096f96.
This commit is contained in:
parent
30ad80ba5e
commit
76f57a09b0
@ -64,7 +64,6 @@ $.ajax = do ->
|
||||
if whenModified
|
||||
r.setRequestHeader 'If-Modified-Since', lastModified[whenModified][url] if lastModified[whenModified]?[url]?
|
||||
$.on r, 'load', -> (lastModified[whenModified] or= {})[url] = r.getResponseHeader 'Last-Modified'
|
||||
r.withCredentials = true
|
||||
$.extend r, options
|
||||
$.extend r.upload, upCallbacks
|
||||
# connection error or content blocker
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user