Pier Angelo Vendrame pushed to branch base-browser-140.0a1-15.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
aec824b3
by hackademix at 2025-06-10T11:12:00+02:00
1 changed file:
Changes:
... | ... | @@ -536,6 +536,11 @@ pref("network.proxy.failover_direct", false, locked); |
536 | 536 | // alters content load order in a page. See tor-browser#24686
|
537 | 537 | pref("network.http.tailing.enabled", true, locked);
|
538 | 538 | |
539 | +// Block 0.0.0.0
|
|
540 | +// https://bugzilla.mozilla.org/show_bug.cgi?id=1889130
|
|
541 | +// tor-browser#43811
|
|
542 | +pref("network.socket.ip_addr_any.disabled", true);
|
|
543 | + |
|
539 | 544 | // tor-browser#23044: Make sure we don't have any GIO supported protocols
|
540 | 545 | // (defense in depth measure).
|
541 | 546 | // As of Firefox 118 (Bug 1843763), upstream does not add any protocol by
|