'mobile.rgroups' => array(
'type' => 'array',
'default' => array(
'high' => array(
'theme' => '',
'enabled' => false,
'redirect' => '',
'agents' => array(
'acer\ s100',
'android',
'archos5',
'bada',
'blackberry9500',
'blackberry9530',
'blackberry9550',
'blackberry\ 9800',
'cupcake',
'docomo\ ht\-03a',
'dream',
'froyo',
'googlebot-mobile',
'htc\ hero',
'htc\ magic',
'htc_dream',
'htc_magic',
'iemobile/7.0',
'incognito',
'ipad',
'iphone',
'ipod',
'kindle',
'lg\-gw620',
'liquid\ build',
'maemo',
'mot\-mb200',
'mot\-mb300',
'nexus\ one',
'opera\ mini',
's8000',
'samsung\-s8000',
'series60.*webkit',
'series60/5\.0',
'sonyericssone10',
'sonyericssonu20',
'sonyericssonx10',
't\-mobile\ mytouch\ 3g',
't\-mobile\ opal',
'tattoo',
'webmate',
'webos'
)
Note that this list could be greatly reduced with some factorization on common keywords. For example, ipad, ipod, iphone UA strings contains Mobile. I would add mobi as a keyword. That would take care of Opera Mobi (Presto)
URL: https://www.w3-edge.com/products/w3-total-cache/
Browser / Version: Firefox 38.0
Operating System: Firefox OS
Problem type: Somethign else - I'll add details below
Steps to Reproduce
The W3 Total Cache Plugin (not related to W3C) is being used on at least on two sites. They do User Agent detection for mobile devices in their
w3-total-cache/configs/0.9.2.10-ConfigKeys.php. This doesn't detect appropriatelyFirefox OSNote that this list could be greatly reduced with some factorization on common keywords. For example,
ipad,ipod,iphoneUA strings containsMobile. I would addmobias a keyword. That would take care of Opera Mobi (Presto)