thunderbird only.

still playing around with the outgoing UA string for tbird.

Bug #227863


git-svn-id: svn://10.0.0.236/trunk@151112 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scott%scott-macgregor.org
2004-01-09 23:41:26 +00:00
parent 42c3abfcc6
commit 6c62aaa345

View File

@@ -488,10 +488,15 @@ RRT_HEADER:
nsCAutoString productSub;
pHTTPHandler->GetProductSub(productSub);
nsCAutoString platform;
pHTTPHandler->GetPlatform(platform);
userAgentString.AssignWithConversion(brandName.get());
userAgentString += ' ';
userAgentString += vendorSub;
userAgentString += " (";
userAgentString += platform;
userAgentString += " ";
userAgentString += productSub;
userAgentString += ")";
}