Update website_params.ts

This commit is contained in:
Nicolas 2024-07-24 11:04:47 -04:00
parent 8b48ec8d30
commit 3a1b8a9797

View File

@ -210,19 +210,6 @@ export const urlSpecificParams = {
block_resources: false,
wait: 2000,
engine: "playwright",
},
headers: {
"User-Agent":
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36",
"sec-fetch-site": "same-origin",
"sec-fetch-mode": "cors",
"sec-fetch-dest": "empty",
referer: "https://www.google.com/",
"accept-language": "en-US,en;q=0.9",
"accept-encoding": "gzip, deflate, br",
accept:
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9",
},
}
},
};