fix(StealthyFetcher): disable incognito mode to solve #123
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user