diff --git a/lib/config.js b/lib/config.js index b5c866d61e4a..2b61aafce770 100755 --- a/lib/config.js +++ b/lib/config.js @@ -360,7 +360,11 @@ Config.prototype.update = function (options) { this.sign_widevine_cert !== "" && this.sign_widevine_key !== "" && this.sign_widevine_passwd !== "" && fs.existsSync(this.signature_generator) - if (this.brave_enable_cdm_host_verification) { + if (process.platform === 'darwin') { + this.brave_enable_cdm_host_verification = false + } + + if (this.brave_enable_cdm_host_verification) { console.log('Widevine cdm host verification is enabled') } else { console.log('Widevine cdm host verification is disabled')