diff options
| author | 2016-08-13 21:14:36 +0200 | |
|---|---|---|
| committer | 2016-08-13 21:14:36 +0200 | |
| commit | 967dff535defd2c95bf1be9b48e0b18e3fe6025d (patch) | |
| tree | 8d06dbedc7635e96ba722b9cadfa2ee5fb7cda69 /data | |
| parent | bee833bf524e58ea9cf5309fb89f6f8b30005720 (diff) | |
| parent | cda414ff0f142d180c616eca1e08204e7c9c6ef9 (diff) | |
Merge branch 'FreshRSS/dev' into PostgreSQL
Diffstat (limited to 'data')
| -rw-r--r-- | data/config.default.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/config.default.php b/data/config.default.php index be3fa8ae2..af1482d03 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -66,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, |
