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";