summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2020-02-11 10:45:39 +0100
committerJan Horak <jhorak@redhat.com>2020-02-11 10:45:39 +0100
commit422073de22187f5dcf4324fd22334e686d6104ba (patch)
treec09f13f5165b3ff28856dcb93fe25b5c298c02a7 /firefox-mozconfig
parentUpdate to 73.0 build3 (diff)
downloadlibrewolf-fedora-ff-422073de22187f5dcf4324fd22334e686d6104ba.tar.gz
librewolf-fedora-ff-422073de22187f5dcf4324fd22334e686d6104ba.tar.bz2
librewolf-fedora-ff-422073de22187f5dcf4324fd22334e686d6104ba.zip
Added popup-fixing patches, fixed api key paths
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r--firefox-mozconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index 3605a29..8975cbf 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -10,9 +10,9 @@ ac_add_options --disable-updater
ac_add_options --enable-chrome-format=omni
ac_add_options --enable-pulseaudio
ac_add_options --without-system-icu
-ac_add_options --with-mozilla-api-keyfile=../mozilla-api-key
-ac_add_options --with-google-location-service-api-keyfile=../google-api-key
-ac_add_options --with-google-safebrowsing-api-keyfile=../google-api-key
+ac_add_options --with-mozilla-api-keyfile=../../mozilla-api-key
+ac_add_options --with-google-location-service-api-keyfile=../../google-api-key
+ac_add_options --with-google-safebrowsing-api-keyfile=../../google-api-key
ac_add_options --enable-release
ac_add_options --update-channel=release
ac_add_options --disable-system-sqlite
bgstack15