diff options
| author | 2016-08-07 13:54:35 +0200 | |
|---|---|---|
| committer | 2016-08-07 13:54:35 +0200 | |
| commit | 1f7c0811b15255755a990e4956becee3554418f5 (patch) | |
| tree | ff4df1708535b500d7d3f52425b13118fcad59aa /data/config.default.php | |
| parent | bd8063f5de3208450000991ed8d0ba36a48a82b0 (diff) | |
| parent | dccc2a84355149c702dbd2db7e560d38b0e05c01 (diff) | |
Merge pull request #1198 from Alkarex/CSP-referrer
meta referrer origin
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 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, |
