Verified Commit caf40825 authored by NoisyCoil's avatar NoisyCoil Committed by Pier Angelo Vendrame
Browse files

fixup! Base Browser's .mozconfigs.

Bug 42501: Move `--disable-eme` to OS- and architecture-specific
mozconfigs.
parent c3b548a0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -24,8 +24,6 @@ ac_add_options --disable-debug

ac_add_options --disable-crashreporter
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 --enable-proxy-bypass-protection
# See bugs #30575 and #32418: system policies are harmful either because they
# could allow proxy bypass, and override a number of other preferences we set
+4 −0
Original line number Diff line number Diff line
@@ -10,3 +10,7 @@ ac_add_options --disable-strip
ac_add_options --disable-install-strip

ac_add_options --enable-default-toolkit=cairo-gtk3

# Let's make sure no preference is enabling either Adobe's or Google's CDM.
ac_add_options --disable-eme
+4 −0
Original line number Diff line number Diff line
@@ -7,3 +7,7 @@ ac_add_options --disable-strip
ac_add_options --disable-install-strip

ac_add_options --enable-default-toolkit=cairo-gtk3

# Let's make sure no preference is enabling either Adobe's or Google's CDM.
ac_add_options --disable-eme
+4 −0
Original line number Diff line number Diff line
@@ -20,3 +20,7 @@ ac_add_options --enable-default-toolkit=cairo-gtk3

ac_add_options --disable-strip
ac_add_options --disable-install-strip

# Let's make sure no preference is enabling either Adobe's or Google's CDM.
ac_add_options --disable-eme
+4 −0
Original line number Diff line number Diff line
@@ -17,3 +17,7 @@ ac_add_options --disable-install-strip

ac_add_options --with-base-browser-version=dev-build
ac_add_options --disable-base-browser-update

# Let's make sure no preference is enabling either Adobe's or Google's CDM.
ac_add_options --disable-eme
Loading