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)
This commit is contained in:
parent
2a10167d9b
commit
3e80fe8c3b
|
@ -208,8 +208,8 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Contains a list of user agent for browsers not compatible with client side rendering
|
* 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
|
* 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";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue