From c8a2456b8125bad014d01a0ba527d95c203bad79 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Sat, 3 Jan 2026 01:50:02 +0200 Subject: [PATCH] fix(StealthyFetcher): disable incognito mode to solve #123 --- scrapling/engines/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapling/engines/constants.py b/scrapling/engines/constants.py index db8618c..39e3907 100644 --- a/scrapling/engines/constants.py +++ b/scrapling/engines/constants.py @@ -38,7 +38,7 @@ DEFAULT_FLAGS = ( DEFAULT_STEALTH_FLAGS = ( # Explanation: https://peter.sh/experiments/chromium-command-line-switches/ # Generally this will make the browser faster and less detectable - "--incognito", + # "--incognito", "--test-type", "--lang=en-US", "--mute-audio",