tb-41599 - tor
-
eff1249fe8be475b0a7ce384f03eb0e416b0b754
- Pier Angelo Vendrame
- 2023-02-20 16:34:33 +0100
- Bug 41599: Always return an empty string as network ID
- Firefox computes an internal network ID used to detect network changes and act consequently (e.g., to improve WebSocket UX). However, there are a few ways to get this internal network ID, so we patch them out, to be sure any new code will not be able to use them and possibly link users. We also sent a patch to Mozilla to seed the internal network ID, to prevent any accidental leak in the future. Upstream: https://bugzilla.mozilla.org/show_bug.cgi?id=1817756
-
849c339881f1afd770f713b9fedccb36cc57e951
- Pier Angelo Vendrame
- 2023-03-02 15:04:16 +0100
- fixup! Bug 41599: Always return an empty string as network ID
- Bug 41647: Clean up our {TOR,BASE}_BROWSER(_VERSION)? macros Changed BASE_BROWSER with BASE_BROWSER_VERSION.