fix(StealthyFetcher): disable incognito mode to solve #123

This commit is contained in:
Karim shoair
2026-01-03 01:50:02 +02:00
parent 30a77de2be
commit c8a2456b81
+1 -1
View File
@@ -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",