fix: handle a bug with response follow referer flow argument

This commit is contained in:
Karim shoair
2026-01-11 03:22:51 +02:00
parent aa4817f349
commit 1443a469a3
+3
View File
@@ -136,6 +136,9 @@ class _ConfigurationLogic(ABC):
"retries", "retries",
"retry_delay", "retry_delay",
"selector_config", "selector_config",
# Browser session params (ignored by HTTP sessions)
"extra_headers",
"google_search",
} }
for k, v in method_kwargs.items(): for k, v in method_kwargs.items():
if k not in skip_keys and v is not None: if k not in skip_keys and v is not None: