Use server site rendering for Sony PRS-T2. re #82
This commit is contained in:
parent
53892a799f
commit
fa4ffb47e7
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue