summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-11-06 09:44:57 +0100
committerMartin Stransky <stransky@redhat.com>2018-11-06 09:44:57 +0100
commite0359028b4ac26ef2f3cd1ffec60d4facb195b17 (patch)
tree51feecb9b67ee0542c5235c7ae3a0c0bdc99ad1a /firefox-mozconfig
parentMerge branch 'master' into f29 (diff)
downloadlibrewolf-fedora-ff-e0359028b4ac26ef2f3cd1ffec60d4facb195b17.tar.gz
librewolf-fedora-ff-e0359028b4ac26ef2f3cd1ffec60d4facb195b17.tar.bz2
librewolf-fedora-ff-e0359028b4ac26ef2f3cd1ffec60d4facb195b17.zip
Added fix for mozbz#1497534 - titlebar appearance during D&D, Added fix for mozbz#1502457- disable Contextual Feature Recommender/shield studies by default.
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 d64b691..a64bb3d 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -17,6 +17,7 @@ ac_add_options --with-mozilla-api-keyfile=../mozilla-api-key
ac_add_options --with-google-api-keyfile=../google-api-key
ac_add_options --enable-release
ac_add_options --enable-pie
+ac_add_options --update-channel=release
# Workaround for mozbz#1341234
ac_add_options BINDGEN_CFLAGS="$(pkg-config nspr pixman-1 --cflags)"
bgstack15