Skip to content

Commit

Permalink
Firefox: Update to version 109.0.1
Browse files Browse the repository at this point in the history
close issue #2837
  • Loading branch information
david committed Feb 2, 2023
1 parent acfd9b0 commit b307105
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions firefox.be0
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

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

# BEE_VERSION firefox-109.0-0
# BEE_VERSION firefox-109.0.1-0

#https://ftp.mozilla.org/pub/firefox/releases/$pkgversion/SOURCE to find the right download link
#SRCURL[0]="https://ftp.mozilla.org/pub/firefox/releases/${PKGVERSION}/source/firefox-${PKGVERSION}.source.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/c90821a4b0246481b063516872e2d7cb/firefox-109.0.source.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/001b61334fd08be8bb30fb3468f62673/firefox-109.0.1.source.tar.xz"

#BEE_BUILDTYPE=autotools
#build_in_sourcedir
Expand Down Expand Up @@ -100,6 +100,9 @@ EOF
cat <<-EOF >${D}${LIBDIR}/firefox/default_config_mariux.cfg
// Any comment. You must start the file with a comment!
pref("storage.nfs_filesystem", true);
// give me the search field!
defaultPref("browser.search.widget.inNavBar",true);

//disable Captive Portal detection https://www.eff.org/deeplinks/2017/08/how-captive-portals-interfere-wireless-security-and-privacy
pref("network.captive-portal-service.enabled",false);
pref("captivedetect.canonicalURL", "");
Expand Down

0 comments on commit b307105

Please sign in to comment.