summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-10-23 20:34:27 +0200
committerMartin Stransky <stransky@redhat.com>2017-10-23 20:34:27 +0200
commit84f42722cf6ac1d363bf371c7334d257e8ddf5e0 (patch)
tree2490776d35520191c0d0f4ad08282dff03ec2ba0 /firefox-mozconfig
parentEnabled stylo again (diff)
parentUpdated to 57.0 Beta 9 (diff)
downloadlibrewolf-fedora-ff-84f42722cf6ac1d363bf371c7334d257e8ddf5e0.tar.gz
librewolf-fedora-ff-84f42722cf6ac1d363bf371c7334d257e8ddf5e0.tar.bz2
librewolf-fedora-ff-84f42722cf6ac1d363bf371c7334d257e8ddf5e0.zip
Updated to FF57Beta9
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r--firefox-mozconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index f3f4d15..6b4cb54 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -12,9 +12,7 @@ ac_add_options --disable-tests
#ac_add_options --enable-libnotify
ac_add_options --enable-necko-wifi
ac_add_options --enable-startup-notification
-#ac_add_options --disable-cpp-exceptions
ac_add_options --disable-updater
-ac_add_options --enable-url-classifier
ac_add_options --enable-chrome-format=omni
ac_add_options --enable-pulseaudio
ac_add_options --with-system-icu
bgstack15