From 3e80fe8c3b7249b22953fc7ad7d184a70f26bd3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Thu, 5 Sep 2013 15:29:33 +0200 Subject: [PATCH] Add also Cybook devices. Only found Orizon, Still looking for Odyssey UA. re #82 Mozilla/5.0 (mobile; CPU ARM Linux 2.6.21;en-us) AppleWebKit/525.1 (bookeen/cybook) Orizon/1.0 (screen 600x800) --- config_default.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_default.php b/config_default.php index ddcf002..de6ea58 100644 --- a/config_default.php +++ b/config_default.php @@ -208,8 +208,8 @@ /* * Contains a list of user agent for browsers not compatible with client side rendering - * For now : Kindle, Sony PRS-T1, Sony PRS-T2 + * For now : Kindle, Sony PRS-T1, Sony PRS-T2, All Cybook devices (maybe a little extreme). * This item is used as regular expression so "." will force server side rendering for all devices */ - $config['cops_server_side_render'] = "Kindle|EBRD1101|EBRD1201"; + $config['cops_server_side_render'] = "Kindle|EBRD1101|EBRD1201|cybook";