fix(browsers): Improve stealth and speed by adjusting flags
This commit is contained in:
@@ -30,6 +30,7 @@ DEFAULT_FLAGS = (
|
|||||||
"--no-service-autorun",
|
"--no-service-autorun",
|
||||||
"--homepage=about:blank",
|
"--homepage=about:blank",
|
||||||
"--password-store=basic",
|
"--password-store=basic",
|
||||||
|
"--disable-hang-monitor",
|
||||||
"--no-default-browser-check",
|
"--no-default-browser-check",
|
||||||
"--disable-session-crashed-bubble",
|
"--disable-session-crashed-bubble",
|
||||||
"--disable-search-engine-choice-screen",
|
"--disable-search-engine-choice-screen",
|
||||||
@@ -96,5 +97,5 @@ DEFAULT_STEALTH_FLAGS = (
|
|||||||
"--disable-component-extensions-with-background-pages",
|
"--disable-component-extensions-with-background-pages",
|
||||||
"--enable-features=NetworkService,NetworkServiceInProcess,TrustTokens,TrustTokensAlwaysAllowIssuance",
|
"--enable-features=NetworkService,NetworkServiceInProcess,TrustTokens,TrustTokensAlwaysAllowIssuance",
|
||||||
"--blink-settings=primaryHoverType=2,availableHoverTypes=2,primaryPointerType=4,availablePointerTypes=4",
|
"--blink-settings=primaryHoverType=2,availableHoverTypes=2,primaryPointerType=4,availablePointerTypes=4",
|
||||||
"--disable-features=AudioServiceOutOfProcess,IsolateOrigins,site-per-process,TranslateUI,BlinkGenPropertyTrees",
|
"--disable-features=AudioServiceOutOfProcess,TranslateUI,BlinkGenPropertyTrees",
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user