fix(StealthyFetcher): disable incognito mode to solve #123
This commit is contained in:
@@ -38,7 +38,7 @@ DEFAULT_FLAGS = (
|
|||||||
DEFAULT_STEALTH_FLAGS = (
|
DEFAULT_STEALTH_FLAGS = (
|
||||||
# Explanation: https://peter.sh/experiments/chromium-command-line-switches/
|
# Explanation: https://peter.sh/experiments/chromium-command-line-switches/
|
||||||
# Generally this will make the browser faster and less detectable
|
# Generally this will make the browser faster and less detectable
|
||||||
"--incognito",
|
# "--incognito",
|
||||||
"--test-type",
|
"--test-type",
|
||||||
"--lang=en-US",
|
"--lang=en-US",
|
||||||
"--mute-audio",
|
"--mute-audio",
|
||||||
|
|||||||
Reference in New Issue
Block a user