Browse Source

Add the Kindle 4 to the list of device which cannot handle client side rendering (note that Kindle 4 has a UA witn Kindle 3.0). fix #208

master
Sébastien Lucas 9 years ago
parent
commit
0d5c3a08ff
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config_default.php

+ 1
- 1
config_default.php View File

@@ -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\/1\.0|Kindle\/2\.0|EBRD1101|EBRD1201|cybook";
$config['cops_server_side_render'] = "Kindle\/1\.0|Kindle\/2\.0|Kindle\/3\.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…
Cancel
Save