summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2022-06-22 10:34:50 +0200
committerJan Horak <jhorak@redhat.com>2022-06-22 10:34:50 +0200
commitdb7de5356d43d6f7ad3272131548e77eac758b9b (patch)
tree958980d15b062d3e895797453b0ba35f615f9225 /firefox-mozconfig
parentUse $GETENFORCE_FILE to call getenforce with full path: rhbz#2091219 (diff)
downloadlibrewolf-fedora-ff-db7de5356d43d6f7ad3272131548e77eac758b9b.tar.gz
librewolf-fedora-ff-db7de5356d43d6f7ad3272131548e77eac758b9b.tar.bz2
librewolf-fedora-ff-db7de5356d43d6f7ad3272131548e77eac758b9b.zip
Enable wasm sandboxed libraries
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r--firefox-mozconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index ec288fe..ef4e329 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -16,7 +16,6 @@ ac_add_options --with-system-fdk-aac
ac_add_options --enable-js-shell
ac_add_options --with-unsigned-addon-scopes=app,system
ac_add_options --without-sysroot
-ac_add_options --with-wasm-sandboxed-libraries
ac_add_options --disable-bootstrap
export BUILD_OFFICIAL=1
bgstack15