From 825acb86c47bb2f424f0f0be7178138c5b1d9142 Mon Sep 17 00:00:00 2001 From: Kim Moir Date: Tue, 7 Jun 2016 14:45:21 -0400 Subject: [PATCH] revert Bug 1186522 - force per checkin and release desktop firefox builds to require signed add-ons on beta 47 r=mshal DONTBUILD --- browser/confvars.sh | 3 +++ mobile/android/confvars.sh | 3 +++ 2 files changed, 6 insertions(+) diff --git a/browser/confvars.sh b/browser/confvars.sh index f0424740bce9..bc422ad3e117 100755 --- a/browser/confvars.sh +++ b/browser/confvars.sh @@ -56,5 +56,8 @@ MOZ_ACTIVITIES=1 MOZ_JSDOWNLOADS=1 MOZ_RUST_MP4PARSE=1 +# Enable checking that add-ons are signed by the trusted root +MOZ_ADDON_SIGNING=1 + # Include the DevTools client, not just the server (which is the default) MOZ_DEVTOOLS=all diff --git a/mobile/android/confvars.sh b/mobile/android/confvars.sh index 74b94b1cb4b9..a6f8dcb946bd 100644 --- a/mobile/android/confvars.sh +++ b/mobile/android/confvars.sh @@ -64,3 +64,6 @@ MOZ_ANDROID_PACKAGE_INSTALL_BOUNCER=1 # Use the low-memory GC tuning. export JS_GC_SMALL_CHUNK_SIZE=1 + +# Enable checking that add-ons are signed by the trusted root +MOZ_ADDON_SIGNING=1