Add an additionnal protection for Sony PRS-T2 / Aldiko. fix #120
This commit is contained in:
parent
2a20fa688e
commit
da5ec2583a
5 changed files with 35 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue