Skip to content

Commit

Permalink
Merge pull request #3888 from brave/stp
Browse files Browse the repository at this point in the history
Adding a runtime switch for Smart Tracking Protection
  • Loading branch information
jumde authored Apr 18, 2019
2 parents 9a2654e + a50332d commit a8f940f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ const start = (passthroughArgs, buildConfig = config.defaultBuildConfig, options
// This only has meaning with MacOS and official build.
braveArgs.push('--disable-brave-update')
}
if (options.enable_smart_tracking_protection) {
braveArgs.push('--enable-smart-tracking-protection')
}
if (options.single_process) {
braveArgs.push('--single-process')
}
Expand Down

0 comments on commit a8f940f

Please sign in to comment.