Merge pull request #9022 from annando/adjust-frequency

Automatically adjust feed poll frequencies
This commit is contained in:
Hypolite Petovan 2020-08-17 16:09:44 -04:00 committed by GitHub
commit 11701e2cd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 164 additions and 57 deletions

View file

@ -82,6 +82,10 @@ return [
'php_path' => 'php',
],
'system' => [
// adjust_poll_frequency (Boolean)
// Automatically detect and set the best feed poll frequency.
'adjust_poll_frequency' => false,
// allowed_link_protocols (Array)
// Allowed protocols in links URLs, add at your own risk. http(s) is always allowed.
'allowed_link_protocols' => ['ftp://', 'ftps://', 'mailto:', 'cid:', 'gopher://'],