diff options
| author | 2015-10-27 20:36:05 +0100 | |
|---|---|---|
| committer | 2015-10-27 20:36:05 +0100 | |
| commit | 29fe97cb2ffe9d21658cc206e80644a6e2fdb9c7 (patch) | |
| tree | 90cd1495f9efd48b7d8e35faee762af0ee82b396 /data/config.default.php | |
| parent | d677495ca3ded1a65c974fcdc29e989cdae2b583 (diff) | |
| parent | 2d06b472cdf72175c42269a12cb2470ceda1c084 (diff) | |
Merge pull request #1011 from Alkarex/allow_robots
Config allow robots
Diffstat (limited to 'data/config.default.php')
| -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, |
