diff options
| author | 2015-10-24 23:47:13 +0200 | |
|---|---|---|
| committer | 2015-10-25 00:01:13 +0200 | |
| commit | 02a3cb4652d4c87ec3202d39f6cd8a240a1a7373 (patch) | |
| tree | bece06ef3d5a7b65804eebaf611c62de465831f8 /data | |
| parent | 0202fd19ed310fc5ae6e098348ea02b4d43b82d7 (diff) | |
Config allow robots
https://github.com/FreshRSS/FreshRSS/issues/938
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 a7a29b12c..8eccee8a5 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -61,6 +61,9 @@ return array( # /!\ It should NOT be enabled if base_url is not reachable by an external server. 'pubsubhubbub_enabled' => false, + # Allow or not Web robots (e.g. search engines) in HTML headers. + 'allow_robots' => false, + 'limits' => array( # Duration in seconds of the SimplePie cache, |
