From 1e8fd6aad44a45e0c0d887b5f3e47714a4cea7f8 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Wed, 23 Dec 2020 01:14:29 +0100 Subject: [PATCH] Enable aard on netflix for new users, even on Chromium-based browsers This was done because the edge popup is dependant on autodetection at least attempting to start. Also, we want to show 'autodetection won't work cos drm' on netflix for other chromium-based users. --- src/ext/conf/ExtensionConf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ext/conf/ExtensionConf.js b/src/ext/conf/ExtensionConf.js index 8485026..c208bb7 100644 --- a/src/ext/conf/ExtensionConf.js +++ b/src/ext/conf/ExtensionConf.js @@ -1032,7 +1032,7 @@ var ExtensionConf = { }, "www.netflix.com" : { mode: ExtensionMode.Enabled, - autoar: currentBrowser.firefox ? ExtensionMode.Enabled : ExtensionMode.Disabled, + autoar: ExtensionMode.Enabled, override: false, type: 'official', stretch: Stretch.Default,