Hi,
I think something in the latest stable FARR release (2.07.01) is modifying the IE user-agent setting in the registry. I recently updated to FARR 2.07.01 and noticed the following behavior.
When the new version starts up, it adds to the following registry key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\User Agent\Post Platform
With this key:
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1;
http://bsalsa.com) ( EmbeddedWB
http://bsalsa.com/)
Website
www.useragentstring.com reports that my IE user agent is:
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1;
http://bsalsa.com) ( EmbeddedWB
http://bsalsa.com/); .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; MS-RTC LM 8; .NET CLR 3.5.21022)
I noticed this behavior as a result of diagnosing some IE connection problems with my intrusion detection software. It didn't like the much longer user-agent string from IE. I'm not posting about the intrusion detection software, though.
The following portion of the string looks peculiar:
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;
On another computer, I installed an older FARR version, 2.0.0.145, for comparison. After the install and after launching FARR, I do not see the registry change. Website
www.useragentstring.com reports the user agent is:
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)
The list of plugins in the Plugin Manager is empty, so I don't think it's from any plugin.
Here are my thoughts ...
- The HTTP User-agent header field is in the registry key name. That looks incorrect.
- I searched for "bsalsa.com" on the Internet and see mention of it as an embeddable web browser. Is this thing the new embedded browser mentioned in the latest release of FARR?