Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / firefox
Commits: 5117db50 by Jan Alexander Steffens (heftig) at 2024-09-24T19:12:51+02:00 Revert "vendor.js: Use our own captive portal detection" We need to create a HSTS-less domain to do this properly. Because ping.archlinux.org is covered by the HSTS preload list, Firefox won't ever try bare HTTP. This reverts commit 7fb2e0509ceae59f0301120ebe0525bfcdebbd0f. Fixes: https://gitlab.archlinux.org/archlinux/packaging/packages/firefox/-/issues/11 - - - - - b17c3587 by Jan Alexander Steffens (heftig) at 2024-09-24T20:25:38+02:00 130.0.1-2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = firefox pkgdesc = Fast, Private & Safe Web Browser pkgver = 130.0.1 - pkgrel = 1 + pkgrel = 2 url = https://www.mozilla.org/firefox/ arch = x86_64 license = MPL-2.0 ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=firefox pkgver=130.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Fast, Private & Safe Web Browser" url="https://www.mozilla.org/firefox/" arch=(x86_64) @@ -222,10 +222,6 @@ pref("extensions.autoDisableScopes", 11); // Enable GNOME Shell search provider pref("browser.gnome-search-provider.enabled", true); - -// Use our own captive portal detection -pref("captivedetect.canonicalURL", "http://ping.archlinux.org/nm-check.txt"); -pref("captivedetect.canonicalContent", "NetworkManager is online\\n"); END local distini="$pkgdir/usr/lib/$pkgname/distribution/distribution.ini" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/firefox/-/compare/0a200e7bfba1b3ae6b45a884d6920600a63f23fe...b17c358718869ed84ea3523db8ebe4718713458b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/firefox/-/compare/0a200e7bfba1b3ae6b45a884d6920600a63f23fe...b17c358718869ed84ea3523db8ebe4718713458b You're receiving this email because of your account on gitlab.archlinux.org.