summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-08-04 08:44:21 +0200
committerMartin Stransky <stransky@redhat.com>2021-08-04 08:44:21 +0200
commit9ff5974999906b93dc1e90656cba1e4101f24dec (patch)
treed842eb41ab433a94a17e6f387ce7fbc7761b634f /firefox-mozconfig
parentmerged (diff)
downloadlibrewolf-fedora-ff-9ff5974999906b93dc1e90656cba1e4101f24dec.tar.gz
librewolf-fedora-ff-9ff5974999906b93dc1e90656cba1e4101f24dec.tar.bz2
librewolf-fedora-ff-9ff5974999906b93dc1e90656cba1e4101f24dec.zip
Added fix for rhbz#1988841 - Allow unsigned extensions when installed under non-user-writable dirs
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r--firefox-mozconfig1
1 files changed, 1 insertions, 0 deletions
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
bgstack15