1
0
Fork 0

Use config value to trigger automated rating

This commit is contained in:
Michael 2020-08-16 21:38:26 +00:00
commit df75a24dc7
3 changed files with 14 additions and 4 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://'],