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:
Karim shoair
2025-01-28 23:53:12 +02:00
parent 675c0110e6
commit e9e606bca5
+1
View File
@@ -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,