Send a reasonable value for the JS useragent on Windows.
git-svn-id: svn://10.0.0.236/trunk@15225 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -164,7 +164,7 @@ nsNetlibService::nsNetlibService()
|
||||
*/
|
||||
XP_AppLanguage = PL_strdup("en");
|
||||
#ifdef XP_WIN
|
||||
XP_AppPlatform = PL_strdup("Win32s");
|
||||
XP_AppPlatform = PL_strdup("Win95");
|
||||
#elif defined(XP_MAC)
|
||||
XP_AppPlatform = PL_strdup("MacPPC");
|
||||
#elif defined(XP_UNIX)
|
||||
|
||||
Reference in New Issue
Block a user