Skip to content

Commit

Permalink
Merge pull request #8664 from brave/safe-browser-android
Browse files Browse the repository at this point in the history
Use safe_browsing_mode=2 for Android
  • Loading branch information
bbondy authored Mar 13, 2020
2 parents c95e381 + d11e01b commit bd62676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ Config.prototype.buildArgs = function () {
args.brave_android_developer_options_code = this.braveAndroidDeveloperOptionsCode
args.brave_safetynet_api_key = this.braveSafetyNetApiKey
args.enable_widevine = false
args.safe_browsing_mode = 2

if (this.buildConfig !== 'Release') {
// treat non-release builds like Debug builds
Expand All @@ -252,7 +253,6 @@ Config.prototype.buildArgs = function () {

// These do not exist on android
// TODO - recheck
delete args.safe_browsing_mode
delete args.enable_nacl
delete args.branding_path_component
delete args.enable_hangout_services_extension
Expand Down

0 comments on commit bd62676

Please sign in to comment.