summaryrefslogtreecommitdiff
path: root/newmoon/newmoon-mozconfig
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-06-01 00:32:22 +0000
committerB. Stack <bgstack15@gmail.com>2022-06-01 00:32:22 +0000
commit588b8f99762caaabf5693fc08dc2bb8afe29cdd7 (patch)
tree13caa5227c5e04a1fc6ce19f08acb9279fc94bd7 /newmoon/newmoon-mozconfig
parentMerge branch 'librewolf-bump' into 'master' (diff)
parentffs 11.21 rpm rc1 (diff)
downloadstackrpms-588b8f99762caaabf5693fc08dc2bb8afe29cdd7.tar.gz
stackrpms-588b8f99762caaabf5693fc08dc2bb8afe29cdd7.tar.bz2
stackrpms-588b8f99762caaabf5693fc08dc2bb8afe29cdd7.zip
Merge branch 'newmoon-bump' into 'master'
newmoon 31.0.0 See merge request bgstack15/stackrpms!298
Diffstat (limited to 'newmoon/newmoon-mozconfig')
-rw-r--r--newmoon/newmoon-mozconfig14
1 files changed, 7 insertions, 7 deletions
diff --git a/newmoon/newmoon-mozconfig b/newmoon/newmoon-mozconfig
index 39c9feb..feb1e68 100644
--- a/newmoon/newmoon-mozconfig
+++ b/newmoon/newmoon-mozconfig
@@ -13,20 +13,20 @@ export BUILDING_RELEASE=1
export MC_OFFICIAL=1
export MOZILLA_OFFICIAL=1
export MC_PALEMOON=1
+export MOZ_NOSPAM=1
-# Disable add-ons signing
-# Disable checking that add-ons are signed by the trusted root
-MOZ_ADDON_SIGNING=
-# Disable enforcing that add-ons are signed by the trusted root
-MOZ_REQUIRE_SIGNING=
+# Disabled for testing, v31.0.0
+## Disable add-ons signing
+## Disable checking that add-ons are signed by the trusted root
+#MOZ_ADDON_SIGNING=
+## Disable enforcing that add-ons are signed by the trusted root
+#MOZ_REQUIRE_SIGNING=
ac_add_options --enable-default-toolkit=cairo-gtk2
ac_add_options --enable-jemalloc
ac_add_options --enable-av1
-#ac_add_options --enable-shared-js
ac_add_options --enable-strip
ac_add_options --with-pthreads
-#ac_add_options --enable-phoenix-extensions
ac_add_options --disable-tests
ac_add_options --disable-debug
bgstack15