Skip to content

Commit

Permalink
enabling stp by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jumde authored and brave-browser-releases committed Apr 8, 2019
1 parent fcce254 commit b5874ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ Config.prototype.buildArgs = function () {
is_debug: this.buildConfig !== 'Release',
dcheck_always_on: this.buildConfig !== 'Release',
brave_channel: this.channel,
brave_stp_enabled: true,
google_api_key: this.googleApiKey,
brave_google_api_key: this.braveGoogleApiKey,
brave_google_api_endpoint: this.googleApiEndpoint,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"upload": "node ./scripts/commands.js upload",
"update_patches": "node ./scripts/commands.js update_patches",
"apply_patches": "node ./scripts/sync.js --run_hooks",
"start": "node ./scripts/commands.js start",
"start": "node ./scripts/commands.js start --enable-smart-tracking-protection",
"network-audit": "node ./scripts/commands.js start --enable_brave_update --network_log --user_data_dir_name=brave-network-test",
"push_l10n": "node ./scripts/commands.js push_l10n",
"pull_l10n": "node ./scripts/commands.js pull_l10n",
Expand Down

0 comments on commit b5874ab

Please sign in to comment.