Commit 8381f577 authored by timeless%mozdev.org's avatar timeless%mozdev.org

Bug 247192 User Agent Sniffing fails to capture StarOffice/5.1 running on Solaris Sparc

r=vladd a=justdave
parent 6ecb260c
......@@ -162,6 +162,7 @@ sub pickos {
/\(.*IRIX.*\)/ && do {return "IRIX";};
/\(.*OSF.*\)/ && do {return "OSF/1";};
/\(.*Linux.*\)/ && do {return "Linux";};
/\(.*Solaris.*\)/ && do {return "Solaris";};
/\(.*SunOS 5.*\)/ && do {return "Solaris";};
/\(.*SunOS.*sun4u.*\)/ && do {return "Solaris";};
/\(.*SunOS.*\)/ && do {return "SunOS";};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment