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
parent
dd7e8940
No related branches found
No related tags found
Showing
- netwerk/system/android/nsAndroidNetworkLinkService.cpp 4 additions, 0 deletionsnetwerk/system/android/nsAndroidNetworkLinkService.cpp
- netwerk/system/linux/nsNetworkLinkService.cpp 4 additions, 0 deletionsnetwerk/system/linux/nsNetworkLinkService.cpp
- netwerk/system/mac/nsNetworkLinkService.mm 4 additions, 0 deletionsnetwerk/system/mac/nsNetworkLinkService.mm
- netwerk/system/netlink/NetlinkService.cpp 4 additions, 0 deletionsnetwerk/system/netlink/NetlinkService.cpp
- netwerk/system/win32/nsNotifyAddrListener.cpp 4 additions, 0 deletionsnetwerk/system/win32/nsNotifyAddrListener.cpp
Loading
Please register or sign in to comment