From 2f4658657d3b5e631b358e992c9c8ef5790b70b4 Mon Sep 17 00:00:00 2001 From: tophf Date: Mon, 29 Jun 2020 19:16:44 +0300 Subject: [PATCH] increase USO style search timeout (#984) --- popup/search-results.js | 1 + 1 file changed, 1 insertion(+) diff --git a/popup/search-results.js b/popup/search-results.js index 9e6cbab2..c22a7ae7 100755 --- a/popup/search-results.js +++ b/popup/search-results.js @@ -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,