increase USO style search timeout (#984)

This commit is contained in:
tophf 2020-06-29 19:16:44 +03:00 committed by GitHub
parent 429c34ca8b
commit 2f4658657d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -779,6 +779,7 @@ window.addEventListener('showStyles:done', function _() {
return download(url, {
body: null,
responseType: 'json',
timeout: 60e3,
headers: {
'Referrer-Policy': 'origin-when-cross-origin',
[xhrSpoofTelltale]: requestId,