refactor: better handle browser download state in the create profile dialog

This commit is contained in:
zhom
2025-08-04 06:28:42 +04:00
parent b088ae675b
commit a4706a7f9a
3 changed files with 50 additions and 15 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ impl BrowserRunner {
// Set proxy in camoufox config
camoufox_config.proxy = Some(proxy_url);
// Ensure geoip is always enabled for proper geolocation spoofing
if camoufox_config.geoip.is_none() {
camoufox_config.geoip = Some(serde_json::Value::Bool(true));