diff --git a/lib/Amazon.js b/lib/Amazon.js index afeb492..78eb423 100644 --- a/lib/Amazon.js +++ b/lib/Amazon.js @@ -130,6 +130,7 @@ class AmazonScraper { downlink: Math.floor(Math.random() * 30) + 10, rtt: Math.floor(Math.random() * 100) + 50, ect: '4g', + pragma: 'no-cache', }, strictSSL: false, ...(json ? { json: true } : {}),