feat(StealthyFetcher): Disable Cross-Origin-Opener-Policy by default for async_fetch
This allows elements in cross-origin iframes, such as the Turnstile checkbox, to be clicked. . Forgot to add it with the other commit
This commit is contained in:
@@ -175,6 +175,7 @@ class CamoufoxEngine:
|
||||
async with AsyncCamoufox(
|
||||
geoip=self.geoip,
|
||||
proxy=self.proxy,
|
||||
disable_coop=True,
|
||||
addons=self.addons,
|
||||
exclude_addons=addons,
|
||||
headless=self.headless,
|
||||
|
||||
Reference in New Issue
Block a user