[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #15162 [Tor Messenger]: Tor Messenger user agent (and other identifying strings)
#15162: Tor Messenger user agent (and other identifying strings)
-------------------------------+--------------------
Reporter: sukhbir | Owner:
Type: defect | Status: closed
Priority: normal | Milestone:
Component: Tor Messenger | Version:
Resolution: fixed | Keywords:
Actual Points: | Parent ID:
Points: |
-------------------------------+--------------------
Changes (by sukhbir):
* status: reopened => closed
* resolution: => fixed
Comment:
Replying to [comment:6 arlolra]:
> >The user agent seems quite powerfully revealing, is that on purpose to
make it as Instantbird would be? It leaks my OS though, not that big of a
deal probably.
> > (Instantbird 1.5 (20150629030833), Gecko 38.1.0esrpre
(20150629030833) on Linux x86_64)
This is from the debug window, where this header is set manually (see
`imAccounts.js:L334`)
{{{
let header =
`${appInfo.name} ${appInfo.version} (${appInfo.appBuildID}), ` +
`Gecko ${appInfo.platformVersion} (${appInfo.platformBuildID}) ` +
`on ${HttpProtocolHandler.oscpu}`;
}}}
So this is a local header and not the user agent string; the user agent is
`Instantbird/__APP_VERSION__` or `Instantbird 1.5` in our case.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/15162#comment:7>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs