I launch my browser like this: ``` with sync_playwright() as p: browser = p.chromium.launch_persistent_context( './temp', headless = True, args= ['--headless=new'] ) page = browser.pages[0] stealth_sync(page) page.goto('https://arh.antoinevastel.com/bots/areyouheadless') ``` However it's failing the Headless bot detection. https://arh.antoinevastel.com/bots/areyouheadless 
I launch my browser like this:
However it's failing the Headless bot detection.

https://arh.antoinevastel.com/bots/areyouheadless