Remove no longer needed invalid Brave update URLs (#539)

This commit is contained in:
Tessa Walsh 2024-04-12 16:13:34 -04:00 committed by GitHub
parent e15f0c95d9
commit 05acad1789
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -599,8 +599,4 @@ export const defaultArgs = [
"--no-service-autorun", "--no-service-autorun",
"--export-tagged-pdf", "--export-tagged-pdf",
"--apps-keep-chrome-alive-in-tests", "--apps-keep-chrome-alive-in-tests",
"--apps-gallery-url=https://gallery.invalid/",
"--apps-gallery-update-url=https://gallery-update.invalid/",
//"--component-updater=url-source=http://updater.invalid/",
"--brave-stats-updater-server=url-source=http://stats-updater.invalid/",
]; ];