diff --git a/build/commands/lib/config.js b/build/commands/lib/config.js index 40acfe2b575c..a5b766438d40 100644 --- a/build/commands/lib/config.js +++ b/build/commands/lib/config.js @@ -291,6 +291,7 @@ Config.prototype.buildArgs = function () { const chrome_version_parts = this.chromeVersion.split('.') let args = { + enable_brave_vpn: false, sardine_client_id: this.sardineClientId, sardine_client_secret: this.sardineClientSecret, is_asan: this.isAsan(),