summaryrefslogtreecommitdiff
path: root/data/config.default.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-08-14 10:05:38 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-08-14 10:05:38 +0200
commitb90f815e2592a4ed498c93b343b8ed5b4186730a (patch)
tree84288fcac53f094dd9147dd45ee3ceee6308ede1 /data/config.default.php
parent462c1e208f02e4977c7e96c0f5936987931d5bc1 (diff)
parenta180485f9146f22d48470f3ba541317dbc2ee076 (diff)
Merge branch 'FreshRSS/dev' into SuperFeeder_timeout
Diffstat (limited to 'data/config.default.php')
-rw-r--r--data/config.default.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/data/config.default.php b/data/config.default.php
index cae15330f..af1482d03 100644
--- a/data/config.default.php
+++ b/data/config.default.php
@@ -40,7 +40,6 @@ return array(
# Login method:
# `none` is without password and shows only the default user;
# `form` is a conventional Web login form;
- # `persona` is the email-based login by Mozilla;
# `http_auth` is an access controled by the HTTP Web server (e.g. `/FreshRSS/p/i/.htaccess` for Apache)
# if you use `http_auth`, remember to protect only `/FreshRSS/p/i/`,
# and in particular not protect `/FreshRSS/p/api/` if you would like to use the API (different login system).
@@ -67,6 +66,9 @@ return array(
# Allow or not Web robots (e.g. search engines) in HTML headers.
'allow_robots' => false,
+ # If true does nothing, if false restricts HTTP Referer via: meta referrer origin
+ 'allow_referrer' => false,
+
'limits' => array(
# Duration in seconds of the SimplePie cache,