commit 8ecf0f1bfe9f9c9659d94709e501122bac6ee5da
parent a2a7e078724d57d552d767ef0ff11c1a10e91e82
Author: Ruben Rodriguez <ruben@gnu.org>
Date: Sat, 15 Apr 2017 00:55:03 -0400
Disable EME globally
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/makeicecat b/makeicecat
@@ -204,6 +204,10 @@ EOF
# Custom settings and features
###############################################################################
+# Disable EME
+echo "ac_add_options --disable-eme" >> data/buildscripts/mozconfig-common
+echo "ac_add_options --disable-eme" >> debian/config/mozconfig.in
+
# Disable healthreport
sed '/mozilla.org\/legal/d' -i toolkit/components/telemetry/healthreport-prefs.js
cat << EOF >> toolkit/components/telemetry/healthreport-prefs.js