mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2026-04-23 16:35:36 +02:00
Remove userAgent parameter since any modification is detected by CF
This commit is contained in:
@@ -46,7 +46,6 @@ async function testChromeInstallation() {
|
||||
fs.writeFileSync(filePath, fileContent)
|
||||
// launch the browser
|
||||
const session = await sessions.create(sessionId, {
|
||||
userAgent: null,
|
||||
oneTimeSession: true
|
||||
})
|
||||
const page = await session.browser.newPage()
|
||||
|
||||
Reference in New Issue
Block a user