mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 14:37:41 +00:00
revert: allow users to still use USER_AGENT
Removed from documentation, but older users can utilize until fully removed in 4.0.0
This commit is contained in:
+1
-1
@@ -163,7 +163,7 @@ async function lookup(browser: Browser, store: Store) {
|
||||
await page.setRequestInterception(true);
|
||||
|
||||
page.setDefaultNavigationTimeout(config.page.timeout);
|
||||
await page.setUserAgent(await getRandomUserAgent(browser));
|
||||
await page.setUserAgent(await getRandomUserAgent());
|
||||
|
||||
let adBlockRequestHandler: any;
|
||||
let pageProxy;
|
||||
|
||||
Reference in New Issue
Block a user