feat: add --fingerprint-device-memory=8 to default stealth args

v10 binary requires explicit --fingerprint-device-memory flag (no longer
hardcoded). Without it, navigator.deviceMemory passes through real value.
This commit is contained in:
CloakHQ
2026-03-02 02:59:21 +01:00
parent c65939af14
commit f417fe2530
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -43,6 +43,7 @@ def get_default_stealth_args() -> list[str]:
return base + [
"--fingerprint-platform=windows",
"--fingerprint-hardware-concurrency=8",
"--fingerprint-device-memory=8",
"--fingerprint-gpu-vendor=NVIDIA Corporation",
"--fingerprint-gpu-renderer=NVIDIA GeForce RTX 3070",
"--fingerprint-taskbar-height=40",