refactor: improve location info generation for fresh profiles

This commit is contained in:
zhom
2026-06-24 05:18:50 +04:00
parent 0da8529e07
commit 9061e4db8f
4 changed files with 216 additions and 64 deletions
+1
View File
@@ -424,6 +424,7 @@ export interface WayfernConfig {
fingerprint?: string; // JSON string of the complete fingerprint config
randomize_fingerprint_on_launch?: boolean; // Generate new fingerprint on every launch
os?: WayfernOS; // Operating system for fingerprint generation
geo_proxy_signature?: string; // Internal: routing the fingerprint's location was computed for
}
// Wayfern fingerprint config - matches the C++ FingerprintData structure