Use server site rendering for Sony PRS-T2. re #82

This commit is contained in:
Edwin Mons 2013-09-04 16:55:52 +02:00
parent 53892a799f
commit fa4ffb47e7

View file

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