blob: a133f5afb845467713ac80bc75edd6113b2bad49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-.mozconfig,v 1.3 2020/10/07 11:10:34 wiz Exp $
mozbuild.configure.options.InvalidOptionError: --disable-eme is not available in this configuration
disable tor-launcher - assume tor is started as system process
--- .mozconfig.orig 2020-09-19 17:21:46.000000000 +0000
+++ .mozconfig
@@ -26,8 +26,7 @@ ac_add_options --disable-debug
ac_add_options --disable-crashreporter
ac_add_options --disable-webrtc
ac_add_options --disable-parental-controls
-# Let's make sure no preference is enabling either Adobe's or Google's CDM.
-ac_add_options --disable-eme
+ac_add_options --disable-tor-launcher
ac_add_options --enable-proxy-bypass-protection
# Disable telemetry
|