diff --git a/src/crawlee/http_clients/_impit.py b/src/crawlee/http_clients/_impit.py index 0fca9c94ef..7ff441d5d3 100644 --- a/src/crawlee/http_clients/_impit.py +++ b/src/crawlee/http_clients/_impit.py @@ -92,7 +92,7 @@ def __init__( self, *, persist_cookies_per_session: bool = True, - http3: bool = True, + http3: bool = False, verify: bool = True, browser: Browser | None = 'firefox', **async_client_kwargs: Any,