Only use server side rendering for Kindle 1 or Kindle 2. re #194
This commit is contained in:
parent
b4630d1476
commit
8c982fdfdb
|
@ -233,7 +233,7 @@
|
||||||
* For now : Kindle, Sony PRS-T1, Sony PRS-T2, All Cybook devices (maybe a little extreme).
|
* 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|cybook";
|
$config['cops_server_side_render'] = "Kindle\/1\.0|Kindle\/2\.0|EBRD1101|EBRD1201|cybook";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Specify the ignored categories for the home screen and with search
|
* Specify the ignored categories for the home screen and with search
|
||||||
|
|
Loading…
Reference in a new issue