Skip to content

Custom Brave switches

Brian R. Bondy edited this page Oct 2, 2018 · 9 revisions

Switches

In addition to supporting all Chromium command line switches, the following switches are supported:

  • npm start --disable_brave_extension: Disable loading Brave extension on startup
  • npm start --disable_pdfjs_extension: Prevent installing the PDFJS extension

Note: If you'd like to use yarn instead of npm you can use yarn import to create a yarn.lock file from our package-lock.json.

Useful Chromium switches which must be passed to the binary

  • --show-component-extension-options
Clone this wiki locally