thunderbird only

more user agent experimentation
This commit is contained in:
scott%scott-macgregor.org 2004-01-11 20:34:32 +00:00
parent 1bba00a7fc
commit 648b488da5

View File

@ -496,7 +496,7 @@ RRT_HEADER:
userAgentString += vendorSub;
userAgentString += " (";
userAgentString += platform;
userAgentString += " ";
userAgentString += "/";
userAgentString += productSub;
userAgentString += ")";
}