Skip to content

Commit

Permalink
Merge pull request #548 from mariux64/newRev-firefox
Browse files Browse the repository at this point in the history
New rev firefox
  • Loading branch information
donald authored Dec 13, 2017
2 parents c715a86 + 5adf4a0 commit 8f0bf1d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions firefox.be0
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#export BEE_TMP_TMPDIR=/dev/shm BEE_TMP_BUILDROOT=/dev/shm/bee-root BEE_MAKEFLAGS='-j80'

# BEE_VERSION firefox-57.0.2-0
# BEE_VERSION firefox-57.0.2-1

SRCURL[0]="https://ftp.mozilla.org/pub/firefox/releases/${PKGVERSION}/source/firefox-${PKGVERSION}.source.tar.xz"

Expand All @@ -17,7 +17,6 @@ mee_configure() {
--without-system-icu \
--without-system-nspr \
--disable-dbus \
--disable-crashreporter \
--disable-tests \
--enable-optimize
}
Expand Down Expand Up @@ -91,7 +90,7 @@ pref("browser.shell.checkDefaultBrowser", false);
lockPref("extensions.getAddons.cache.enabled", false);

//disable sending the URL of the website where a plugin crashed
lockPref("dom.ipc.plugins.reportCrashURL", false);
pref("dom.ipc.plugins.reportCrashURL", false);

//disable auto update for extensions
lockPref("extensions.update.autoUpdateDefault", false);
Expand Down

0 comments on commit 8f0bf1d

Please sign in to comment.