mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-20 21:48:52 -04:00
feat: add new flag to disable automatic model downloads for hints/autocomplete
This commit is contained in:
parent
df4bd148d5
commit
ff8824f102
1 changed files with 1 additions and 0 deletions
|
@ -206,6 +206,7 @@ class Chrome:
|
|||
"--disable-extensions",
|
||||
"--disable-save-password-bubble",
|
||||
"--disable-sync",
|
||||
"--disable-features=OptimizationGuideModelDownloading,OptimizationHintsFetching,OptimizationTargetPrediction,OptimizationHints",
|
||||
]
|
||||
major_version = check_version(self.chrome_exe)
|
||||
if major_version >= 109:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue