Pier Angelo Vendrame pushed to branch mullvad-browser-140.0a1-15.0-1 at The Tor
Project / Applications / Mullvad Browser
Commits:
500300ab by hackademix at 2025-06-10T11:12:21+02:00
fixup! Firefox preference overrides.
BB 43811: Block 0.0.0.0
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -536,6 +536,11 @@ pref("network.proxy.failover_direct", false, locked);
// alters content load order in a page. See tor-browser#24686
pref("network.http.tailing.enabled", true, locked);
+// Block 0.0.0.0
+// https://bugzilla.mozilla.org/show_bug.cgi?id=1889130
+// tor-browser#43811
+pref("network.socket.ip_addr_any.disabled", true);
+
// tor-browser#23044: Make sure we don't have any GIO supported protocols
// (defense in depth measure).
// As of Firefox 118 (Bug 1843763), upstream does not add any protocol by
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/500300ab865613ea80a4c188032a5f9db964ecfd
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/500300ab865613ea80a4c188032a5f9db964ecfd
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]