fix(examples): enable geoip in stealth test to fix FingerprintJS detection

This commit is contained in:
CloakHQ
2026-04-06 02:38:26 +02:00
parent 02359f69c8
commit 216a7d6a6a
+1 -1
View File
@@ -228,7 +228,7 @@ def main():
print()
print("Launching stealth browser...", flush=True)
browser = launch(headless=not HEADED, proxy=PROXY)
browser = launch(headless=not HEADED, proxy=PROXY, geoip=True)
page = browser.new_page()
# Show browser fingerprint details