Add an additionnal protection for Sony PRS-T2 / Aldiko. fix #120

This commit is contained in:
Sébastien Lucas 2013-12-10 21:34:19 +01:00
parent 2a20fa688e
commit da5ec2583a
5 changed files with 35 additions and 1 deletions

View file

@ -246,3 +246,13 @@
* - publisher
*/
$config ['cops_ignored_search_scope'] = array ();
/*
* If you use a Sony eReader or Aldiko you can't download ebooks if your catalog
* is password protected. A simple workaround is to leave fetch.php not protected (see .htaccess).
* But In that case your COPS installation is not completely safe.
* Setting this parameter to "1" ensure that nobody can access fetch.php before accessing
* index.php or feed.php first.
* BEWARE : Do not touch this if you're not using password, not using PRS-TX or not using Aldiko.
*/
$config ['cops_fetch_protect'] = "0";