feat: add min height and width for camoufox

This commit is contained in:
zhom
2025-08-10 04:46:20 +04:00
parent a9720676ae
commit 92ef2798d2
5 changed files with 75 additions and 5 deletions
+2
View File
@@ -74,6 +74,8 @@ export interface CamoufoxConfig {
proxy?: string;
screen_max_width?: number;
screen_max_height?: number;
screen_min_width?: number;
screen_min_height?: number;
geoip?: string | boolean;
block_images?: boolean;
block_webrtc?: boolean;