5
1
In Firefox 6, I use the Proxy Tool add on to spoof my user agent and platform strings as part of my effort to improve privacy.
Is there an equivalent for emails sent from Thunderbird 6? If so, how do I do it?
5
1
In Firefox 6, I use the Proxy Tool add on to spoof my user agent and platform strings as part of my effort to improve privacy.
Is there an equivalent for emails sent from Thunderbird 6? If so, how do I do it?
6
Add the preference: general.useragent.override
(Source)
Open the Config Editor by using "Options" from the "Tools" main menu point:
then go to the "Advanced" settings and there the "General" tab:
and click the button labeled "Config Editor", which will bring up this dialog (unless you suppressed it earlier):
If in the window that opens (title about:config
) the search for general.useragent.override
yields nothing, right-click into the white space which contained the list of preferences before you started your search and choose "New" and "String":
in the dialog that opens, enter general.useragent.override
as the preference name:
and finally in the next dialog enter the desired user agent string to override with, for example:
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0
or leave it empty if you want to. A list of actual user agent strings for Thunderbird can be found here.
I have noticed that the Lightning extension adds its own token to the user agent string, so beware of that.
If you want to get rid of that as well, empty the following string values in the Config Editor (window titled: about:config
) which you had opened in the above steps.
Relevant preference names:
calendar.useragent.extra
for the Lightning calendar extensiongeneral.useragent.extra.thunderbrowse
for the ThunderBrowse extension