diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2017-04-15 00:55:03 -0400 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2017-04-15 00:55:03 -0400 |
commit | 8ecf0f1bfe9f9c9659d94709e501122bac6ee5da (patch) | |
tree | 93a9e84119438cf6239537dcf5a6fe7324e90bfe | |
parent | a2a7e078724d57d552d767ef0ff11c1a10e91e82 (diff) |
Disable EME globally
-rw-r--r-- | makeicecat | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |