refactor: improve auto-update inside browser prevention

This commit is contained in:
zhom
2025-06-17 02:57:30 +04:00
parent 0360a89ceb
commit 859af72724
3 changed files with 11 additions and 28 deletions
+1
View File
@@ -633,6 +633,7 @@ impl Browser for ChromiumBrowser {
"--disable-component-update".to_string(),
"--disable-background-timer-throttling".to_string(),
"--crash-server-url=".to_string(),
"--disable-updater".to_string(),
];
// Add proxy configuration if provided