mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 02:57:38 +00:00
thunderbird only.
still playing around with the outgoing UA string for tbird. Bug #227863
This commit is contained in:
parent
277869dd27
commit
09a7e19168
@ -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 += ")";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user