diff options
| author | 2015-10-25 00:08:53 +0200 | |
|---|---|---|
| committer | 2015-10-25 00:08:53 +0200 | |
| commit | 4860101811ada1c869dbacd0e3311194c4ea6ff5 (patch) | |
| tree | a3467d992684b89e4e750bf87b2d604ea5eadf22 /data | |
| parent | 481c2a671913cdd6099a1b6ee4d5491dff16c0bf (diff) | |
| parent | 02a3cb4652d4c87ec3202d39f6cd8a240a1a7373 (diff) | |
Merge branch 'allow_robots' into dev
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, |
