ZF-11309: Zend_Http_UserAgent_Mobile::match detects Opera Desktop browser as mobile device
Description
Zend_Http_UserAgent_Mobile::match() returns true for following user agent: Opera/9.80 (Windows NT 6.0; U; pl) Presto/2.8.131 Version/11.1
Matching incorrectly succeeds on value: 'oper' in $_uaSignatures array.
Possible solution: remove the value 'oper' from $_uaSignatures.
Comments
Posted by Ramon Henrique Ornelas (ramon) on 2011-04-23T22:54:41.000+0000
Duplicates of ZF-10764.