thunderbird only.

still playing around with the outgoing UA string for tbird.

Bug #227863
This commit is contained in:
scott%scott-macgregor.org 2004-01-09 23:41:26 +00:00
parent 277869dd27
commit 09a7e19168

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 += ")";
}