Merge pull request #320 from internetarchive/adam/chrome-flags-disable-optimization-model-downloads

feat: add chrome flag to disable download of autocomplete optimizatio…
This commit is contained in:
Adam Miller 2025-03-03 14:09:29 -08:00 committed by GitHub
commit 39b695dc70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -193,7 +193,7 @@ class Chrome:
"--disable-first-run-ui",
"--no-first-run",
"--homepage=about:blank",
"--disable-features=HttpsUpgrades",
"--disable-features=HttpsUpgrades,OptimizationGuideModelDownloading,OptimizationHintsFetching,OptimizationTargetPrediction,OptimizationHints",
"--disable-direct-npapi-requests",
"--disable-web-security",
"--disable-notifications",