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:
@@ -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 += ")";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user