mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 14:33:17 +00:00
disable component updates by setting --component-updater to invalid URL (#413)
Currently, Brave will attempt an automatic update of components on launch. This should prevent that.
This commit is contained in:
parent
9ae297c000
commit
f6d5a019b1
1 changed files with 2 additions and 1 deletions
|
@ -359,5 +359,6 @@ export const defaultArgs = [
|
|||
"--use-mock-keychain",
|
||||
// See https://chromium-review.googlesource.com/c/chromium/src/+/2436773
|
||||
"--no-service-autorun",
|
||||
"--export-tagged-pdf"
|
||||
"--export-tagged-pdf",
|
||||
"--component-updater=url-source=http://invalid.dev/",
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue