Apify and Crawlee Official Forum

T
Thans
Offline, last seen 3 weeks ago
Joined November 19, 2024
just like below code in crawlee-js:
launchContext: {
// Native Puppeteer options
launchOptions: {
args: ['--disable-features=TrackingProtection3pcd', '--disable-web-security', '--no-sandbox'],
}
},