From 9ff5974999906b93dc1e90656cba1e4101f24dec Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 4 Aug 2021 08:44:21 +0200 Subject: Added fix for rhbz#1988841 - Allow unsigned extensions when installed under non-user-writable dirs --- firefox-mozconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'firefox-mozconfig') diff --git a/firefox-mozconfig b/firefox-mozconfig index 48d07f7..fd2ff9b 100644 --- a/firefox-mozconfig +++ b/firefox-mozconfig @@ -14,6 +14,7 @@ ac_add_options --update-channel=release ac_add_options --allow-addon-sideload ac_add_options --with-system-fdk-aac ac_add_options --enable-js-shell +ac_add_options --with-unsigned-addon-scopes=apps,system export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 -- cgit