style: Removing dead code/docstrings

This commit is contained in:
Karim shoair
2025-09-29 05:09:23 +03:00
parent 8ad7cd6343
commit f6c122b87f
6 changed files with 8 additions and 24 deletions
-15
View File
@@ -101,18 +101,3 @@ DEFAULT_STEALTH_FLAGS = (
"--blink-settings=primaryHoverType=2,availableHoverTypes=2,primaryPointerType=4,availablePointerTypes=4",
"--disable-features=AudioServiceOutOfProcess,IsolateOrigins,site-per-process,TranslateUI,BlinkGenPropertyTrees",
)
# Defaulting to the docker mode, token doesn't matter in it as it's passed for the container
NSTBROWSER_DEFAULT_QUERY = {
"once": True,
"headless": True,
"autoClose": True,
"fingerprint": {
"flags": {"timezone": "BasedOnIp", "screen": "Custom"},
"platform": "linux", # support: windows, mac, linux
"kernel": "chromium", # only support: chromium
"kernelMilestone": "128",
"hardwareConcurrency": 8,
"deviceMemory": 8,
},
}