feat: add randomized fingerprint option

This commit is contained in:
zhom
2025-11-29 15:38:51 +04:00
parent 035d36e387
commit 23f5921eb6
4 changed files with 766 additions and 632 deletions
File diff suppressed because it is too large Load Diff
+1
View File
@@ -94,6 +94,7 @@ export interface CamoufoxConfig {
block_webgl?: boolean;
executable_path?: string;
fingerprint?: string; // JSON string of the complete fingerprint config
randomize_fingerprint_on_launch?: boolean; // Generate new fingerprint on every launch
}
// Extended interface for the advanced fingerprint configuration