From 07e1d3b902fffc76edde82b87f453e751bc3eddc Mon Sep 17 00:00:00 2001 From: tophf Date: Wed, 11 Apr 2018 12:54:26 +0300 Subject: [PATCH] USO can handle POST now #195 --- content/install-hook-userstyles.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/install-hook-userstyles.js b/content/install-hook-userstyles.js index 5fe37747..12198f17 100644 --- a/content/install-hook-userstyles.js +++ b/content/install-hook-userstyles.js @@ -222,8 +222,6 @@ chrome.runtime.sendMessage({ url, method: 'download', - // USO can't handle POST requests for style json - body: null, }, result => { const error = result && result.__ERROR__; if (error) {