summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-04-21 13:07:10 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-24 10:36:55 +0200
commitbf1fa93b9174c7acbc983c1f6bcb4048f5f2ee4a (patch)
tree20b9a10b4e2099287853c37919a7bed9210cfac1 /build
parent0ac7481d2e47a4c8e95f81e46f987112207b07a3 (diff)
downloadUXP-bf1fa93b9174c7acbc983c1f6bcb4048f5f2ee4a.tar
UXP-bf1fa93b9174c7acbc983c1f6bcb4048f5f2ee4a.tar.gz
UXP-bf1fa93b9174c7acbc983c1f6bcb4048f5f2ee4a.tar.lz
UXP-bf1fa93b9174c7acbc983c1f6bcb4048f5f2ee4a.tar.xz
UXP-bf1fa93b9174c7acbc983c1f6bcb4048f5f2ee4a.zip
[AM] Clean up addon-signing build leftovers.
Diffstat (limited to 'build')
-rw-r--r--build/mozconfig.common5
1 files changed, 0 insertions, 5 deletions
diff --git a/build/mozconfig.common b/build/mozconfig.common
index 3d2d0b289..1bdf69ddc 100644
--- a/build/mozconfig.common
+++ b/build/mozconfig.common
@@ -16,11 +16,6 @@ ac_add_options --enable-crashreporter
ac_add_options --enable-release
-# Disable checking that add-ons are signed by the trusted root
-MOZ_ADDON_SIGNING=${MOZ_ADDON_SIGNING-0}
-# Disable enforcing that add-ons are signed by the trusted root
-MOZ_REQUIRE_SIGNING=${MOZ_REQUIRE_SIGNING-0}
-
ac_add_options --enable-js-shell
. "$topsrcdir/build/mozconfig.automation"