From fa4ffb47e7f4de1477661374ea051414b729e64f Mon Sep 17 00:00:00 2001 From: Edwin Mons Date: Wed, 4 Sep 2013 16:55:52 +0200 Subject: [PATCH] Use server site rendering for Sony PRS-T2. re #82 --- config_default.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_default.php b/config_default.php index 59f877a..ddcf002 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 + * For now : Kindle, Sony PRS-T1, Sony PRS-T2 * This item is used as regular expression so "." will force server side rendering for all devices */ - $config['cops_server_side_render'] = "Kindle|EBRD1101"; + $config['cops_server_side_render'] = "Kindle|EBRD1101|EBRD1201";