Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / firefox
Commits:
7fb2e050 by Jan Alexander Steffens (heftig) at 2024-08-26T19:09:12+02:00
vendor.js: Use our own captive portal detection
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -252,6 +252,10 @@ 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/-/commit/7fb2e0509ceae59f0301120ebe0525bfcdebbd0f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/firefox/-/commit/7fb2e0509ceae59f0301120ebe0525bfcdebbd0f
You're receiving this email because of your account on gitlab.archlinux.org.