diff --git a/lib/ota/common.js b/lib/ota/common.js index 82eae37f1c52e..7ac6a6aa196ec 100644 --- a/lib/ota/common.js +++ b/lib/ota/common.js @@ -458,6 +458,9 @@ function getAxios() { config = { proxy: false, httpsAgent: new HttpsProxyAgent(proxy), + headers:{ + "Accept-Encoding": "*", + }, }; }